index
:
asciidoctor-go
dev
dev-manpage
main
Native Go parser for asciidoc markup.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parser_test.go
Age
Commit message (
Expand
)
Author
2024-08-13
all: refactoring DocumentAttribute into struct
Shulhan
2024-08-13
all: rename meta or metadata words to document attribute
Shulhan
2024-08-13
all: rename struct "AttributeEntry" to "DocumentAttribute"
Shulhan
2024-03-05
all: replace module "share" with "pakakeh.go"
Shulhan
2022-11-27
all: implement inline macro for passthrough ("pass:")
Shulhan
2022-08-05
all: cleaning up codes
Shulhan
2022-07-16
all: refactoring handling generate ref ID
Shulhan
2022-07-16
all: reformat all Go files
Shulhan
2022-02-21
all: relicense the asciidoctor-go under GPL 3.0 or later
Shulhan
2021-04-06
go.mod: set minimum Go version to 1.16 and update module share to v0.25.1
Shulhan
2020-12-10
all: refactoring document parser to split content by lines
Shulhan
2020-12-03
all: unified the document node attributes
Shulhan
2020-11-03
all: implement parser for customizing the cross reference text
Shulhan
2020-10-31
all: implement parser for block anchor and inline anchor
Shulhan
2020-10-29
all: implement parser for inline URL and link
Shulhan
2020-10-15
asciidoctor-go: asciidoctor markup parser for Go
Shulhan