sugarizer
sugarizer copied to clipboard
Bug: Markdown parser is faulty in Markdown Activity
The right way to use the Heading Element is # Head leaving a space after #
But the lib renders the text starting with # has a Header Element when the Expected output should be #text
Example: (see raw)
HEAD
#text
this is the library in use i believe showdownjs demo environment of the library
the issue exist here as well
I have the fix ready. Once you review the Issue I will make an PR
The Markdown activity is deprecated.