summaryrefslogtreecommitdiff
path: root/vendor/github.com/yuin/goldmark/README.md
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-06 09:06:57 +0100
committerLibravatar GitHub <noreply@github.com>2023-02-06 09:06:57 +0100
commit1df25a3592b76bb501b4b3551ec27baea0dabde1 (patch)
treefef4c5f9e617d107ca69c7434e3e4ddadeaaf6e9 /vendor/github.com/yuin/goldmark/README.md
parent[chore]: Bump github.com/ulule/limiter/v3 from 3.10.0 to 3.11.0 (#1429) (diff)
downloadgotosocial-1df25a3592b76bb501b4b3551ec27baea0dabde1.tar.xz
[chore]: Bump github.com/yuin/goldmark from 1.5.3 to 1.5.4 (#1427)
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.3 to 1.5.4. - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](https://github.com/yuin/goldmark/compare/v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: github.com/yuin/goldmark dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com/yuin/goldmark/README.md')
-rw-r--r--vendor/github.com/yuin/goldmark/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/yuin/goldmark/README.md b/vendor/github.com/yuin/goldmark/README.md
index c99ecb55d..6244b4792 100644
--- a/vendor/github.com/yuin/goldmark/README.md
+++ b/vendor/github.com/yuin/goldmark/README.md
@@ -446,6 +446,8 @@ Extensions
- [goldmark-embed](https://github.com/13rac1/goldmark-embed): Adds support for rendering embeds from YouTube links.
- [goldmark-latex](https://github.com/soypat/goldmark-latex): A $\LaTeX$ renderer that can be passed to `goldmark.WithRenderer()`.
- [goldmark-fences](https://github.com/stefanfritsch/goldmark-fences): Support for pandoc-style [fenced divs](https://pandoc.org/MANUAL.html#divs-and-spans) in goldmark.
+- [goldmark-d2](https://github.com/FurqanSoftware/goldmark-d2): Adds support for [D2](https://d2lang.com/) diagrams.
+- [goldmark-katex](https://github.com/FurqanSoftware/goldmark-katex): Adds support for [KaTeX](https://katex.org/) math and equations.
goldmark internal(for extension developers)