aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-04-18 19:59:04 +0700
committerShulhan <ms@kilabit.info>2025-04-18 19:59:04 +0700
commit627748152584a34070096c02fcd0ecbc1af85422 (patch)
treee8e9b043d8e809223ba7d2d256215e86f9f7b9e8 /go.mod
parent5eb1667e6906cf30642e926b56fdbc9686d1233f (diff)
downloadciigo-627748152584a34070096c02fcd0ecbc1af85422.tar.xz
go.mod: update asciidoctor-go module to fix default embedded CSS
By default, the document contains ":stylesheet:" attribute, which means using the default embedded CSS. To disable it, unset the attribute using ":stylesheet!:". To overwrite it, set the attribute to path of CSS file ":stylesheet: my.css".
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6ba3584..e8747c9 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ module git.sr.ht/~shulhan/ciigo
go 1.23.4
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.7.0
+ git.sr.ht/~shulhan/asciidoctor-go v0.7.1
git.sr.ht/~shulhan/pakakeh.go v0.60.1
github.com/yuin/goldmark v1.7.10
github.com/yuin/goldmark-meta v1.1.0