all repos — homestead @ cfd12e12d443fac6482ee0d34a87ff83545174ed

Code for my website

Add support for pandoc-style fences :::{#foo .bar} text ::: becomes <div id="foo" class="bar"> text </text>

Alan Pearce
commit

cfd12e12d443fac6482ee0d34a87ff83545174ed

parent

d614fae693f08070a1fc628f9475975ef59b04bb

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M go.modgo.mod
@@ -19,6 +19,7 @@ github.com/getsentry/sentry-go v0.27.0
github.com/gohugoio/hugo v0.126.1 github.com/otiai10/copy v1.14.0 github.com/pkg/errors v0.9.1 + github.com/stefanfritsch/goldmark-fences v1.0.0 github.com/sykesm/zap-logfmt v0.0.4 github.com/thessem/zap-prettyconsole v0.4.0 github.com/yuin/goldmark v1.7.1