diff options
| author | Shulhan <ms@kilabit.info> | 2020-11-04 13:45:50 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-11-04 13:48:38 +0700 |
| commit | c048413eb7930c1c3f08c0699a3c77313ef1ec2e (patch) | |
| tree | eaf38e32d3c90becce7dc5bd1d62a26901b8f7e7 /go.mod | |
| parent | dd2fd77bd963d4f14dcbe8e6b87b7be84410a59c (diff) | |
| download | ciigo-c048413eb7930c1c3f08c0699a3c77313ef1ec2e.tar.xz | |
go.mod: update on asciidoctor-go
* all: parse inline format on list description item label
* all: check for duplicate IDs (origin/main)
* document: add additional termination when parsing list item
* parser_inline: truncate inline link only if its end with '.', ',' or ';'
* all: do not check for escape character when doing substitutions
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/shuLhan/ciigo go 1.13 require ( - github.com/shuLhan/asciidoctor-go v0.0.0-20201103190530-031163401a4c + github.com/shuLhan/asciidoctor-go v0.0.0-20201104064723-f7f67f4d9f49 github.com/shuLhan/share v0.20.0 ) |
