mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-07 13:57:13 +00:00
Multiple calls to Markdown.ToHtml with same pipeline parameter throws an exception #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pekkah on GitHub (May 29, 2016).
When calling Render method of following class more than once
Markdown.ToHtmlthrows an exception (at the bottom). It seems to be related to the_pipelineparameter. If I remove it from the parameters multiple calls work as expected.Class:
Exception
@xoofx commented on GitHub (May 30, 2016):
Thanks this should be fixed by commit
09beb2f(nuget version: 0.1.1)@xoofx commented on GitHub (May 31, 2016):
Note that latest version (0.2.0+) is introducing a
MarkdownPipelineBuilderinstead to disallow mutable pipeline (related to issue #5).Replace
by: