diff options
| author | Shulhan <ms@kilabit.info> | 2025-04-18 19:59:04 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-04-18 19:59:04 +0700 |
| commit | 627748152584a34070096c02fcd0ecbc1af85422 (patch) | |
| tree | e8e9b043d8e809223ba7d2d256215e86f9f7b9e8 /go.mod | |
| parent | 5eb1667e6906cf30642e926b56fdbc9686d1233f (diff) | |
| download | ciigo-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
