CHENXCHEN / hexo-renderer-markdown-it-plus

Markdown-it is a markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
https://chchc.me/hexo-article/2017/07/27/hexo-renderer-markdown-it-plus-plugin-demo/
MIT License
117 stars 22 forks source link

使用 div/blockquote 居中内 markdown 语言渲染失败 #25

Open o1xhack opened 5 years ago

o1xhack commented 5 years ago

之前都是使用的 div 进行居中文本,中间使用 md 进行超链接

<div style='text-align:center'>[开发者](http://o1xhack.com/dev/)  |  [尝新者](http://o1xhack.com/new/)  |  [生活者](http://o1xhack.com/life/)</div>

现在居中里的 md 超链接全部失败,直接显示原文本

o1xhack commented 5 years ago
Screen Shot 2019-05-30 at 21 36 14
o1xhack commented 5 years ago

通过使用 html 语言 a href 成功实现了超链接,需要把所有的都变一下了,未来是否可以支持这部分的 md 渲染?