mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
strange output for simple string #433
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 @schmitch on GitHub (Feb 17, 2021).
hello, currently we have the following markdown string:
**C:\\**test\\we would expect an output of
<p><strong>C:\</strong>test\unfortunatly we get the following<p>**C:\**test\</p>, is there a reason why that is the case?