▌Bootstrap Alerts 样式
hexo-tag-bootstrap: https://www.hahack.com/hexo-theme-freemind-blog/2014/03/16/tag-plugins/
▌Examples
{% alert warning %}
Best check yo self, you're not looking too good.
{% endalert %}
{% alert danger %}
Change a few things up and try submitting again.
{% endalert %}
{% alert success %}
You successfully read this important alert message.
{% endalert %}
{% alert info %}
This alert needs your attention, but it's not super important.
{% endalert %}
▌Result
Best check yo self, you’re not looking too good.
Change a few things up and try submitting again.
You successfully read this important alert message.
This alert needs your attention, but it’s not super important.
▌FancyBox 样式
▌代码
{% fb_img https://fenc.wang/imgs/2020/02/903b3369039d24a0.png sample %}
▌效果

▌markdown-it 样式
markdown-it demo: https://markdown-it.github.io/