mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-06-25 00:03:51 +02:00
nip23: support tables.
This commit is contained in:
parent
6be0541653
commit
c98b2ea67e
@ -42,7 +42,8 @@ func MarkdownToHTML(md string) 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))
|
||||||
|
|
||||||
// create HTML renderer with extensions
|
// create HTML renderer with extensions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user