mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-08 13:54:54 +00:00
Strong tag not working when in an ordered list and the list number is multiple digits #130
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 @davidmeekstockport on GitHub (Aug 14, 2017).
Hi Mark Dig,
I seem to be having an issue when converting some markdown to html. The markdown is as follows:
11. __test__ helloIt seems to convert to this:
I'm not entirely sure how this is happening, or if there are any extensions I can use to bypass this issue. This issue appears on the latest version 0.13.0. Any ideas?
Thanks,
David
@xoofx commented on GitHub (Aug 14, 2017):
Can't reproduce this issue on babelmark
It seems that you have this issue in a context not described here...
@davidmeekstockport commented on GitHub (Aug 15, 2017):
I've done some further investigation into this issue and have found the following.
When executing this code:
var html = Markdown.ToHtml("10.\t*test* – test\n\n11.\t__test__ test\n\n", new MarkdownPipelineBuilder().Build());I get back
However if I were to take out the
\tI get this:And again this only seems happens if the list numbers are double digits. I also can't recreate this on babelmark.
@xoofx commented on GitHub (Aug 15, 2017):
Looks like a bug in markdig on babelmark... will have to check this...
@xoofx commented on GitHub (Aug 21, 2017):
This should be fixed by commit
bb30dc2and available in 0.13.1