mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-07 13:57:13 +00:00
Trying to get the pipe table to work #445
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 @Dennizzzzz on GitHub (Mar 15, 2021).
Maybe a N00b question, but I'm trying to get a pipe table to work.
And I cannot find any C# example code.
Tried this:
but r results in:
<p>a|b|c--|--|--1|2|3</p>documentation : here is not really helping...
Update:
Tried this, but also not working:
What am I missing?
@MihaZupan commented on GitHub (Mar 15, 2021):
You'll need to add some new lines there - you're currently trying to render
a|b|b--|--|--1|2|3@Dennizzzzz commented on GitHub (Mar 15, 2021):
Thanks to @MihaZupan
returns: