mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Is it possible to process markdown within a markdown table? #115
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 @mloewent on GitHub (May 26, 2017).
Hello,
I have a markdown pipe table and each cell has a link within it. When I convert my markdown to HTML I get my table with raw markdown in it. Is this difficult to write an extension for?
@xoofx commented on GitHub (May 28, 2017):
It should work, but there is likely a bug. Could you provide a very simple repro case?
@mloewent commented on GitHub (May 30, 2017):
Did more testing and found that I cannot add headings or lists within a table. Code block, bold, and italics work as expected.
I think that is working as intended, may not want users to affect text size or list within a table. Thanks for your response.