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 want to compile markdown for places where HTML isn't supported, just plain strings (like in Mac & Windows 8+ notifications for example).
I've already created a custom marked renderer which "cleans" markdown. So I try convert it to the nicest possible plaintext representation I can; i.e. it leaves some things pretty much as they are (like **strong**), it converts inline codespans to {code} (or {html} if code is passed), etc.
It works well but I just noticed that single quotes are being converted to '.
The text was updated successfully, but these errors were encountered:
I'd love this please.
My use case
I want to compile markdown for places where HTML isn't supported, just plain strings (like in Mac & Windows 8+ notifications for example).
I've already created a custom marked renderer which "cleans" markdown. So I try convert it to the nicest possible plaintext representation I can; i.e. it leaves some things pretty much as they are (like
**strong**
), it converts inline codespans to{code}
(or{html}
if code is passed), etc.It works well but I just noticed that single quotes are being converted to
'
.The text was updated successfully, but these errors were encountered: