Skip to content
New issue

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

--customizedHeaderId does not work on command line tool #505

Open
averms opened this issue Mar 10, 2018 · 1 comment
Open

--customizedHeaderId does not work on command line tool #505

averms opened this issue Mar 10, 2018 · 1 comment
Assignees

Comments

@averms
Copy link

averms commented Mar 10, 2018

Description

I'm using the customized header id option but it doesn't enable when passing the option to the command line tool

Input

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

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

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!
@tivie tivie self-assigned this Mar 10, 2018
@Schachte
Copy link

Is there a fix expected for this still?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants