We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi - Thanks for this awesome NPM package. I'm trying to use it in conjunction with AlanWalks TOC Generator.
I created a sample markdown file with HTML anchors:
TEST OUTLINE - [Header 1](#header-1) - [Header 2](#header-2) <a id="markdown-header-1" name="header-1"></a> ## Header 1 foo boo <a id="markdown-header-2" name="header-2"></a> ## Header 2 zoo
When I run this through md2html the anchors are espaced:
md2html
ole@mki:~/component-site/src/test/md$ md2html test.md test2.html <p>TEST OUTLINE</p> <ul><li><a href="#header-1">Header 1</a></li><li><a href="#header-2">Header 2</a></li></ul> <p><a id="markdown-header-1" name="header-1"></a></p> <h2>Header 1</h2> <p>flsdjfalsdjf</p> <p><a id="markdown-header-2" name="header-2"></a></p> <h2>Header 2</h2>
Is the a way to turn the escaping off?
TIA, Ole
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Hi - Thanks for this awesome NPM package. I'm trying to use it in conjunction with AlanWalks TOC Generator.
I created a sample markdown file with HTML anchors:
When I run this through
md2html
the anchors are espaced:Is the a way to turn the escaping off?
TIA,
Ole
The text was updated successfully, but these errors were encountered: