【发布时间】:2018-10-22 11:36:30
【问题描述】:
我才刚刚开始使用警告框(jupyter markdown 单元格中的彩色注释框)。这些非常有用。但是,我试图在彩色框中包含一个项目符号列表,但它似乎不起作用。有没有一种简单的方法可以做到这一点,或者我应该放弃? Here is some documentation about colored boxes
例如,在 jupyter 的 markdown 单元格中包含以下代码。这个想法是能够用项目符号逐项列出。
<div class="alert alert-block alert-warning">
<b>Example:</b> These is the content of the box. Here is my list:
- item 1
- item 2
</div>
谢谢!
【问题讨论】:
标签: python jupyter-notebook markdown