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.FencedCode |
|
||||||
parser.Autolink |
|
parser.Autolink |
|
||||||
parser.Footnotes |
|
parser.Footnotes |
|
||||||
parser.SpaceHeadings,
|
parser.SpaceHeadings |
|
||||||
|
parser.Tables,
|
||||||
).Parse([]byte(md))
|
).Parse([]byte(md))
|
||||||
|
|
||||||
renderer := mdrenderer
|
renderer := mdrenderer
|
||||||
|
|||||||
Reference in New Issue
Block a user