Closed JoySR closed 8 years ago
Hi @Joysr ,try to write alert plugin in multiple lines e.g.
{% alert warning %}
contents
{% endalert %}
rather than in one line. That probably helps.
Hi, thanks for your reply. It works well, problem solved. :) Have a nice week.
按照上面的格式写完文章后,解析出来的 warning 部分正常,但是下面的
#### 标题
会原样输出,而且输出的结果是#### 标题 另一行内容
,也就是和后面的内容合到一起了。去掉{% alert warning %}内容{% endalert %}
后标题就解析正常了。