aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJoe Mooring <[email protected]>2024-05-03 18:06:10 -0700
committerBjørn Erik Pedersen <[email protected]>2024-05-10 22:32:02 +0200
commitca9a77ef92eb0cb7bb5193e4e3afa4abb26d577c (patch)
treec3a7d5353fb516695b63a9a011bcc35dae280956 /go.mod
parentb1bf0bff2c8ce1e2cace5010a81911a3dbf8e674 (diff)
downloadhugo-ca9a77ef92eb0cb7bb5193e4e3afa4abb26d577c.tar.gz
hugo-ca9a77ef92eb0cb7bb5193e4e3afa4abb26d577c.zip
markup/goldmark: Support extras extension
Enables inclusion of these HTML elements in Markdown: - Inserted Text (++inserted++) - Mark Text (==marked==) - Subscript (H~2~O) - Superscript (1^st^)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index c441df5af..affe8f528 100644
--- a/go.mod
+++ b/go.mod
@@ -35,6 +35,7 @@ require (
github.com/gobuffalo/flect v1.0.2
github.com/gobwas/glob v0.2.3
github.com/gohugoio/go-i18n/v2 v2.1.3-0.20230805085216-e63c13218d0e
+ github.com/gohugoio/hugo-goldmark-extensions/extras v0.1.0
github.com/gohugoio/hugo-goldmark-extensions/passthrough v0.2.0
github.com/gohugoio/locales v0.14.0
github.com/gohugoio/localescompressed v1.0.1