theme-next-docs icon indicating copy to clipboard operation
theme-next-docs copied to clipboard

内嵌标签存在BUG?

Open xiaozheng243 opened this issue 8 years ago • 2 comments

在我使用Bootstrap Callout的内嵌标签时,两个标签之间的markdown语法全部失效。比如:

{% note default%} 你好 {% endnote %}
[google](www.google.com)
{% note default%} 你好 {% endnote %}

谷歌链接将会暴露显示!

xiaozheng243 avatar Apr 18 '17 09:04 xiaozheng243

目前我是整篇文章只使用一个标签或者每使用一个标签就在其下方再写一个标签与之对应才可正常。不知道大神们有没有其他方法?

xiaozheng243 avatar Apr 18 '17 09:04 xiaozheng243

与你的问题一致,我测试出,如果在两个{% note default%} 之间插入 {% note label %} 则两个{% note default%}之间的所有语法显示正常。但是这很明显不是我们想要的结果

liuzhenrain avatar May 20 '17 14:05 liuzhenrain