感谢 -Where should I place my settings and profiles for use with IPython/Jupyter 4.0?和 -How do I set custom CSS for my IPython/IHaskell/Jupyter Notebook?
我可以在〜/ .jupyter / custom / custom.css中获得自定义CSS类
.redhlt {
background-color:#FF0000;
}
但是当我按以下方式在markdown中使用该类时,它将导致仅一行文本“ blahhhh”被突出显示,而其余行则没有。
<span class=redhlt>
blahhhhh
hello
- how
- are
- you
</span>
在使用markdown时是否还能使其余行突出显示?