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'm using markdown as the authoring syntax for a cli tool - I'm able to hook in to the renderer to replace html tags with calls to chalk.
The one place I'm not able to decouple markdown from html is escaped characters being converted into html entities. Would you accept a PR to enable turning off html escaping via an option?
The text was updated successfully, but these errors were encountered:
I'm using markdown as the authoring syntax for a cli tool - I'm able to hook in to the renderer to replace html tags with calls to chalk.
The one place I'm not able to decouple markdown from html is escaped characters being converted into html entities. Would you accept a PR to enable turning off html escaping via an option?
The text was updated successfully, but these errors were encountered: