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
It would be nice to support extensions, like Markdown in Python does[1].
I created a patch that enables inline patterns to be added to a Markdown
object:
class WikiWords : IInlinePattern { /* ... */ }
var markdown = new MarkDown();
markdown.ExtendWith(new WikiWords());
[1] http://www.freewisdom.org/projects/python-markdown/Writing_Extensions
Original issue reported on code.google.com by JanW.Boer on 9 Apr 2010 at 7:17
Original issue reported on code.google.com by
JanW.Boer
on 9 Apr 2010 at 7:17Attachments:
The text was updated successfully, but these errors were encountered: