Skip to content

Commit

Permalink
Add goldmark-dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
yuin committed Nov 3, 2023
1 parent 9c90033 commit 39a50c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)
----------------------------------------------
Expand Down

0 comments on commit 39a50c6

Please sign in to comment.