Skip to content

Commit

Permalink
Update parsing-extensions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Mar 17, 2024
1 parent fd226d5 commit c75a11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/parsing-extensions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Extensions and Parsers

Markdig was [implemented in such a way](http://xoofx.com/blog/2016/06/13/implementing-a-markdown-processor-for-dotnet/) as to be extremely pluggable, with even basic behaviors being mutable and extendable.
Markdig was [implemented in such a way](http://xoofx.github.io/blog/2016/06/13/implementing-a-markdown-processor-for-dotnet/) as to be extremely pluggable, with even basic behaviors being mutable and extendable.

The basic mechanism for extension of Markdig is the `IMarkdownExtension` interface, which allows any implementing class to be registered with the pipeline builder and thus to directly modify the collections of `BlockParser` and `InlineParser` objects which end up in the pipeline.

Expand Down

0 comments on commit c75a11e

Please sign in to comment.