sugarizer icon indicating copy to clipboard operation
sugarizer copied to clipboard

Bug: Markdown parser is faulty in Markdown Activity

Open t-aswath opened this issue 10 months ago • 2 comments

Image

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

t-aswath avatar Feb 24 '25 03:02 t-aswath

I have the fix ready. Once you review the Issue I will make an PR

t-aswath avatar Feb 24 '25 03:02 t-aswath

The Markdown activity is deprecated.

llaske avatar Feb 24 '25 19:02 llaske