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,
Using marked in command line and having this markdown file
# This is a test
if I run marked test.md -o test.html this is what I get:
<h1 id="this-is-a-test">This is a test</h1>
Why is id="this-is-a-test" there? What option should I use to prevent that behaviour?
The text was updated successfully, but these errors were encountered:
This is usually seen as desired behavior, in order to easily provide anchor links to sections based on the header text.
Sorry, something went wrong.
is this still in the code? I desperately need a parser that has this feature.
#981
@sneakernets: I believe it is.
No branches or pull requests
Hi,
Using marked in command line and having this markdown file
# This is a test
if I run marked test.md -o test.html this is what I get:
<h1 id="this-is-a-test">This is a test</h1>
Why is id="this-is-a-test" there? What option should I use to prevent that behaviour?
The text was updated successfully, but these errors were encountered: