mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-12 21:39:32 +00:00
Creating Tables #400
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 @SoftCircuits on GitHub (Sep 27, 2020).
I've been successfully using MarkdownSharp for a while now but was hoping to get some more sophisticated support for things like tables.
So I tried the following code:
And I tried to create a simple table:
The the text above is not converted to a table.
Is this supported? What am I missing?