You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just recently begun to use pegdown in a project and so far I am finding it to be a nice library. One thing I have noticed though, even with 0.9.x series, I am unable to escape special characters correctly when they are not placed within a markdown tag that generates a link.
If on the other hand I do something like what is found in the Special Chars.text, the special characters are not correctly replaced with the escaped counterparts.
I have attempted to use different combinations of the Extensions ranging from none to all and combination of the extensions seem to change how the special characters are handled.
Thank you for sharing this easy to use implementation of markdown.
The text was updated successfully, but these errors were encountered:
I have just recently begun to use pegdown in a project and so far I am finding it to be a nice library. One thing I have noticed though, even with 0.9.x series, I am unable to escape special characters correctly when they are not placed within a markdown tag that generates a link.
For example if I do this:
example
The & does correctly become &.
If on the other hand I do something like what is found in the
Special Chars.text
, the special characters are not correctly replaced with the escaped counterparts.I have attempted to use different combinations of the Extensions ranging from none to all and combination of the extensions seem to change how the special characters are handled.
Thank you for sharing this easy to use implementation of markdown.
The text was updated successfully, but these errors were encountered: