<!-- Please don't delete this template or we'll close your issue --> <!-- Please use English language --> <!-- Before creating an issue please make sure you are using the latest version of Docsify. --> <!-- Please ask questions on StackOverflow: https://stackoverflow.com/questions/ask?tags=docsify --> ## Bug Report #### Steps to reproduce Create `link.md`, and start the dev srerver. <details> <summary>link.md</summary> ```md # 1. one 111 # 2. two 222 # 3. three 333 ``` </details> #### What is current behaviour Docsify adds `_` into between `#` and the leading digit.  #### What is the expected behaviour I expect that it doesn't add like GitHub's parser.  --- GitHub's markdown parser:  #### Other relevant information <!-- (Update "[ ]" to "[x]" to check a box) --> - [x] Bug does still occur when all/other plugins are disabled? - Your OS: macOS - Node.js version: v11.12.0 - npm/yarn version: 6.9.0 - Browser version: Firefox 67.0.4 - Docsify version: develop branch (https://github.com/docsifyjs/docsify/commit/1d3246a26f5225fb5e82d69e2b03b908ba6c0196) - Docsify plugins: nothing <!-- Love docsify? Please consider supporting our collective: 👉 https://opencollective.com/docsify/donate -->
Bug Report
Steps to reproduce
Create
link.md, and start the dev srerver.link.md
What is current behaviour
Docsify adds
_into between#and the leading digit.What is the expected behaviour
I expect that it doesn't add like GitHub's parser.
GitHub's markdown parser:
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS: macOS
Node.js version: v11.12.0
npm/yarn version: 6.9.0
Browser version: Firefox 67.0.4
Docsify version: develop branch (1d3246a)
Docsify plugins: nothing