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
Hi, this may be a feature request, but is there any way to override the way that plain text is rendered? There's no function on Renderer that is called if the string matches the 'text' rule. The closest hack I can do is to override InlineLexer.prototype.smartypants but if I add markup it gets escaped and I can't override the escape function from within my application. Those methods aren't ideal anyways. Is there anything else I can do for now? Thanks.
The text was updated successfully, but these errors were encountered:
Hi, this may be a feature request, but is there any way to override the way that plain text is rendered? There's no function on Renderer that is called if the string matches the 'text' rule. The closest hack I can do is to override
InlineLexer.prototype.smartypants
but if I add markup it gets escaped and I can't override the escape function from within my application. Those methods aren't ideal anyways. Is there anything else I can do for now? Thanks.The text was updated successfully, but these errors were encountered: