aboutsummaryrefslogtreecommitdiff
path: root/parser_test.go
AgeCommit message (Expand)Author
2024-08-13all: refactoring DocumentAttribute into structShulhan
2024-08-13all: rename meta or metadata words to document attributeShulhan
2024-08-13all: rename struct "AttributeEntry" to "DocumentAttribute"Shulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2022-11-27all: implement inline macro for passthrough ("pass:")Shulhan
2022-08-05all: cleaning up codesShulhan
2022-07-16all: refactoring handling generate ref IDShulhan
2022-07-16all: reformat all Go filesShulhan
2022-02-21all: relicense the asciidoctor-go under GPL 3.0 or laterShulhan
2021-04-06go.mod: set minimum Go version to 1.16 and update module share to v0.25.1Shulhan
2020-12-10all: refactoring document parser to split content by linesShulhan
2020-12-03all: unified the document node attributesShulhan
2020-11-03all: implement parser for customizing the cross reference textShulhan
2020-10-31all: implement parser for block anchor and inline anchorShulhan
2020-10-29all: implement parser for inline URL and linkShulhan
2020-10-15asciidoctor-go: asciidoctor markup parser for GoShulhan