diff --git a/README.md b/README.md index 8d9d83f..e6d7ed5 100644 --- a/README.md +++ b/README.md @@ -467,6 +467,7 @@ As you can see, goldmark's performance is on par with cmark's. Extensions -------------------- +### List of extensions - [goldmark-meta](https://github.com/yuin/goldmark-meta): A YAML metadata extension for the goldmark Markdown parser. @@ -491,6 +492,11 @@ 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). +### 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. + +Please refer to [goldmark-dynamic](https://github.com/yuin/goldmark-dynamic) for details. + goldmark internal(for extension developers) ----------------------------------------------