diff options
| author | Shulhan <ms@kilabit.info> | 2020-12-26 15:23:55 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-12-26 20:49:05 +0700 |
| commit | 78b4dd71fdeaaae33deddf6a541d6e7afa476925 (patch) | |
| tree | 784f447f6c0b8b6a2c0970152198aa8361256395 /go.mod | |
| parent | 5b4ccb6434d76d6a8d5725b5caef3b562b96aeaf (diff) | |
| download | ciigo-78b4dd71fdeaaae33deddf6a541d6e7afa476925.tar.xz | |
go.mod: update with latest asciidoctor-go
* inline_parser: add zero-width space after ellipsis character
* all: add predefined attributes for character replacements
* parser: wrap value of email ref name with "mailto:[<value>]"
* all: remove parameter isForToC on method element.toHTML
* document: rename ToEmbeddedHTML to ToHTMLEmbedded
* document: group exported fields for document readibility
* all: move some list ordered class names to constants
* all: rename file adoc_table to element_table
* all: rename type adocTable to elementTable
* README: add subsection for list of TODO for Include Directive
* Makefile: add task to run test
* all: rename the file adoc_node to element
* all: rename adocNode to element
* all: add unit test for paragraph lead style
* all: do not wrap document with content and preamble on ToEmbeddedHTML
* all: use consistent names for parser
* all: fix list description item than span on multiple lines
* all: fix parsing list with open block
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module git.sr.ht/~shulhan/ciigo go 1.14 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201213122157-9eef9d3dc8fe + git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201226102329-36285ff15434 github.com/shuLhan/share v0.21.0 ) |
