mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 06:14:22 +01:00
support markdown tables.
This commit is contained in:
@@ -64,7 +64,8 @@ func mdToHTML(md string, usingTelegramInstantView bool) string {
|
||||
parser.FencedCode |
|
||||
parser.Autolink |
|
||||
parser.Footnotes |
|
||||
parser.SpaceHeadings,
|
||||
parser.SpaceHeadings |
|
||||
parser.Tables,
|
||||
).Parse([]byte(md))
|
||||
|
||||
renderer := mdrenderer
|
||||
|
||||
Reference in New Issue
Block a user