hexo-theme-stellar
hexo-theme-stellar copied to clipboard
彩色备注块解析
检查清单
问题描述
代码:
Thanks for opening your first issue here! Be sure to follow the issue template!
note 块不支持这样用。
单行note,即只要note块的标题,可以这样写
{% note color:cyan note内容 %}
多行note,需要这么写
{% note color:cyan 标题,不需要则留空 %}
note内容,第一行,
note内容,第二行,个人不习惯用<br>来手动换行,没测试过在note块里用<br>是否有效,额外插入一个回车符换行是没问题的。
{% endnote %}
note 块不支持这样用。
单行note,即只要note块的标题,可以这样写
{% note color:cyan note内容 %}多行note,需要这么写
{% note color:cyan 标题,不需要则留空 %} note内容,第一行, note内容,第二行,个人不习惯用<br>来手动换行,没测试过在note块里用<br>是否有效,额外插入一个回车符换行是没问题的。 {% endnote %}
真的支持吗
@thun888 出幻觉了😂,note不支持多行,多行可以用box