Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow extensions: inline patterns #32

Open
GoogleCodeExporter opened this issue Mar 14, 2016 · 2 comments
Open

Allow extensions: inline patterns #32

GoogleCodeExporter opened this issue Mar 14, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

Thank you for the code contribution, I will be taking a look at this very soon!

Original comment by wump...@gmail.com on 3 Jul 2010 at 8:16

@GoogleCodeExporter
Copy link
Author

Original comment by wump...@gmail.com on 12 Nov 2010 at 9:04

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant