比如下面的 markdown 文本,如果 ###
与 Hello
之间不加空格,就不能被 nodejs markdown 引擎 markdown-it
正常渲染,请问解决这个问题?
###Hello
相关问题
- Markdown to clipboard as rich text
- Fixing Markdown styling in Notepad++
- How to use Markdown for textarea input field in La
- PHP Replace, But Alternate Replace String
- Which dialect of Markdown does Hackage use to rend
相关文章
- 在Leetcode上面遇到一个题---求一维组的动态和导致内存溢出
- >>" markdown 引用语法" href="https://www.manongdao.com/article-2318498.html" > 有没有办法让 markdown-it 支持 ">>>" markdown 引用语法
- Is there a Github markdown language identifier for
- markdown自动代码缩进8格?
- Can you import/reference info from text files into
- 请问如何使用 C# 或是 regex 抓取出 markdown 内的图片链接呢 ?
- How do you center text in Gitlab markdown?
- How to move the bibliography in markdown/pandoc
在 github issue Allow omitting a space in headers (GFM-style) 中找到了解决方法,安装
markdown-it-lazy-headers
插件可解决。觉得这不是BUG,如果是BUG太明显。可以在github上问问
https://github.com/markdown-it/markdown-it
可以用这个确定一下
https://github.com/showdownjs/showdown