mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Markdown.ToHtml does not work. #483
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 @HenreyMine on GitHub (Aug 19, 2021).
I have simple program:
But the original string doesn't change in any way.
I was expecting the following text in the output:
<!DOCTYPE html><code>EntityRecognitionInfo</code>Is it a bug?
@xoofx commented on GitHub (Aug 22, 2021):
No, it's per the CommonnMark specs. An HTML block will escape the entire current line and consider the following as HTML.
See the behavior of other markdown engines.