Doing
````
.center[
print(test_)
print(another_test)
]
```
doesn't render correctly. The trailing underscore intest_is parsed as markdown, I think?
Removing thecenter` style fixes it.
@amueller, I can't reproduce the bug.
Can't reproduce either :-/ sorry for the drive-by. I'll try to create a reproducible example next time. Thanks for the quick reply.
Ok I reproduced:
````
.smaller[
voting = VotingClassifier([('logreg', LogisticRegression(C=100)),
('tree', DecisionTreeClassifier(max_depth=3, random_state=0))],
voting='soft')
voting.fit(X_train, y_train)
lr, tree = voting.estimators_
]

````
Adding a blank line after the ] of .smaller fixes it... (as do many other things)
Interesting, @amueller.
So the .smaller[] block has to have either a blank line, or nothing after it, for the code to be rendered okay…
I don't have the time right now to debug (please live with your workaround for the moment, and thanks for reporting!)
No worries, I can totally live with the work-around. Just thought it was worth reporting.
I'm slightly amused by your "interesting" reply, which is usually what I'm replying to issues when I have no idea what's going on.
@amueller: it's interesting that you thought that.
:wink: