xoofx / markdig

A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
BSD 2-Clause "Simplified" License
4.41k stars 456 forks source link

Emoji in table #807

Open drshihan opened 4 months ago

drshihan commented 4 months ago

In a table using markdown, emojis are not rendered but their command text is displayed.

:x: // this works

// this doesn't work
|test|
|-|
|:x:|