mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-05-31 01:59:30 +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.Autolink |
|
||||
parser.Footnotes |
|
||||
parser.SpaceHeadings,
|
||||
parser.SpaceHeadings |
|
||||
parser.Tables,
|
||||
).Parse([]byte(md))
|
||||
|
||||
// create HTML renderer with extensions
|
||||
|
Loading…
x
Reference in New Issue
Block a user