The converted content is incorrect #544

Open
opened 2026-01-29 14:39:19 +00:00 by claunia · 0 comments
Owner

Originally created by @colindcli on GitHub (Jul 4, 2022).

using System;

public class Program
{
public static void Main()
{
var result = Markdig.Markdown.ToHtml("**This is:**a text with someemphasis");
Console.WriteLine(result); // prints:

This is a text with some emphasis


}
}

err

Originally created by @colindcli on GitHub (Jul 4, 2022). using System; public class Program { public static void Main() { var result = Markdig.Markdown.ToHtml("**This is:**a text with some*emphasis*"); Console.WriteLine(result); // prints: <p>This is a text with some <em>emphasis</em></p> } } ![err](https://user-images.githubusercontent.com/3311217/177124683-fb746b3a-a47f-4155-b854-7890bf4922b5.png)
claunia added the invalid label 2026-01-29 14:39:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#544