mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-09 21:42:15 +00:00
Inconsistent conversion from markdown to html for tables #692
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 @TsvetanAtanasov on GitHub (Aug 5, 2024).
Hi, I am trying to render a markdown table into html one.
var pipeline = new MarkdownPipelineBuilder().UseAdvancedExtensions().Build();
result.MessageHtml = Markdown.ToHtml(message.Content, pipeline);
I am using this code but sometimes the result is "
@ghost commented on GitHub (Nov 23, 2024):
you can try this
https://github.com/yilihamujiang365-new/MarkdownSharp.NET/