diff options
author | Joe Mooring <[email protected]> | 2024-05-03 18:06:10 -0700 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-05-10 22:32:02 +0200 |
commit | ca9a77ef92eb0cb7bb5193e4e3afa4abb26d577c (patch) | |
tree | c3a7d5353fb516695b63a9a011bcc35dae280956 /go.mod | |
parent | b1bf0bff2c8ce1e2cace5010a81911a3dbf8e674 (diff) | |
download | hugo-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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |