Open
Description
I apologize if this has been discussed before, but I didn't find anything about it in the issues ...
I often see colored boxes in Markdown cells, e.g. in docs/source/examples/Notebook/Notebook Basics.ipynb
(rendered by Github/nbviewer).
Those are typically created with raw HTML <div>
s like this:
<div class="alert alert-success">
Blah blah blah
</div>
This looks nice and all, but
- It's kinda tedious to type
- The colored boxes (but not their content) get lost in translation to LaTeX
Is there a better way to create those boxes?
Metadata
Metadata
Assignees
Labels
No labels