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
With #2075 the Markdown widget allowed for easy customisation; this meant that a different parser could be used, but it also allows for adding in various plugins too. However, some plugins will result in tokens that Markdown doesn't know about.
Extend the Markdown widget so that a developer can inherit from it and add support for new tokens.
With #2075 the
Markdown
widget allowed for easy customisation; this meant that a different parser could be used, but it also allows for adding in various plugins too. However, some plugins will result in tokens thatMarkdown
doesn't know about.Extend the
Markdown
widget so that a developer can inherit from it and add support for new tokens.This will greatly support Textualize/frogmouth#20 and allow for something like Textualize/frogmouth#15 to be easily resolved.
The text was updated successfully, but these errors were encountered: