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
I'm using the customized header id option but it doesn't enable when passing the option to the command line tool
showdown makehtml -i index.md -o index.html --strikethrough --ghCompatibleHeaderId --tasklists --customizedHeaderId
I've also tried with only:
showdown makehtml -i index.md -o index.html --customizedHeaderId
But it still doesn't work
I would expect it to convert the stuff inside the curly braces into the header id but it does not.
It enables all the options except customizedHeaderId
customizedHeaderId
Enabling option ghCompatibleHeaderId Enabling option strikethrough Enabling option ghCodeBlocks Enabling option tasklists Enabling option encodeEmails ... Reading data from file... Parsing markdown... Writing data to file... DONE!
The text was updated successfully, but these errors were encountered:
Is there a fix expected for this still?
Sorry, something went wrong.
tivie
No branches or pull requests
Description
I'm using the customized header id option but it doesn't enable when passing the option to the command line tool
Input
I've also tried with only:
But it still doesn't work
Expected Output
I would expect it to convert the stuff inside the curly braces into the header id but it does not.
Actual Output
It enables all the options except
customizedHeaderId
The text was updated successfully, but these errors were encountered: