showdown icon indicating copy to clipboard operation
showdown copied to clipboard

--customizedHeaderId does not work on command line tool

Open averms opened this issue 8 years ago • 1 comments

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!

averms avatar Mar 10 '18 01:03 averms

Is there a fix expected for this still?

Schachte avatar Sep 14 '20 20:09 Schachte