You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If yes, then we can consider it as a bug after reviewing.
Else I don't think it is causing if works fine and it's just a different approach to solving a problem.
The fragment link which starts of _ and works on GitHub's Markdown parser doesn't work through Docsify. I faced this problem in creating the TOC to numbered heading block, e.g., ## 1. foo or ## 2. bar.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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
The text was updated successfully, but these errors were encountered: