From 697cd509b159f97451797f67188d9315feb5ecdc Mon Sep 17 00:00:00 2001 From: movsb Date: Tue, 21 Nov 2023 08:34:34 +0800 Subject: [PATCH] Add extension: wiki-table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0de7f3f..5f59c8f 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,7 @@ Extensions - [goldmark-katex](https://github.com/FurqanSoftware/goldmark-katex): Adds support for [KaTeX](https://katex.org/) math and equations. - [goldmark-img64](https://github.com/tenkoh/goldmark-img64): Adds support for embedding images into the document as DataURL (base64 encoded). - [goldmark-enclave](https://github.com/quail-ink/goldmark-enclave): Adds support for embedding youtube/bilibili video, X's [oembed tweet](https://publish.twitter.com/), [tradingview](https://www.tradingview.com/widget/)'s chart, [quail](https://quail.ink)'s widget into the document. +- [goldmark-wiki-table](https://github.com/movsb/goldmark-wiki-table): Adds support for embedding Wiki Tables. ### Loading extensions at runtime [goldmark-dynamic](https://github.com/yuin/goldmark-dynamic) allows you to write a goldmark extension in Lua and load it at runtime without re-compilation.