index
:
asciidoctor-go
dev
main
Native Go parser for asciidoc markup.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-09-05
Release asciidoctor-go v0.3.2 (2022-09-05)
v0.3.2
Shulhan
2022-09-05
all: update the path on serve-doc task
Shulhan
2022-09-05
all: fix parsing list description inside include directive
Shulhan
2022-09-04
all: update share module to v0.41.0
Shulhan
2022-08-25
all: move all documentation into directory _doc
Shulhan
2022-08-06
Release asciidoctor-go v0.3.1 (2022-08-06)
v0.3.1
Shulhan
2022-08-06
all: rewrite unit tests for inlineParser using test.Data
Shulhan
2022-08-05
all: cleaning up codes
Shulhan
2022-08-05
go.mod: update share to v0.40.0
Shulhan
2022-07-24
Release asciidoctor-go v0.3.0 (2022-07-24)
v0.3.0
Shulhan
2022-07-24
all: sort the generated HTML meta by names
Shulhan
2022-07-24
all: use the Attributes "author_names" to render meta "author" in ToHTML
Shulhan
2022-07-24
all: store the list of author names under Attributes "author_names"
Shulhan
2022-07-24
all: add default metadata "generator"
Shulhan
2022-07-24
all: export meta name for author, description, and keywords
Shulhan
2022-07-24
all: rename the HTML output for test-parser
Shulhan
2022-07-24
all: update README and SPECS
Shulhan
2022-07-24
all: mention in SPECS that there are no empty line in document header
Shulhan
2022-07-24
all: register the license and copyright in .reuse/dep5
Shulhan
2022-07-24
all: mention in the SPECS that comment cannot start with spaces
Shulhan
2022-07-24
all: rewrite test using lib/test.Data
Shulhan
2022-07-17
all: move Parse and parse functions to document
Shulhan
2022-07-17
all: make the parseHeader state clear
Shulhan
2022-07-17
all: trim the right spaces on each line during parsing kind of line
Shulhan
2022-07-17
all: add element preamble into Document
Shulhan
2022-07-17
testdata: set attribute idprefix to empty
Shulhan
2022-07-16
all: refactoring handling generate ref ID
Shulhan
2022-07-16
all: reformat the README back to asciidoc
Shulhan
2022-07-16
all: run fieldalignment in lint task
Shulhan
2022-07-16
all: reformat all Go files
Shulhan
2022-07-16
all: realign all structs
Shulhan
2022-07-16
go.mod: set the minimum Go version to 1.18 and update share module
Shulhan
2022-07-16
all: reformat all Go files
Shulhan
2022-03-09
all: reverse the license symbolic link
Shulhan
2022-03-04
Release asciidoctor-go v0.2.0 (2022-03-04)
v0.2.0
Shulhan
2022-02-21
all: relicense the asciidoctor-go under GPL 3.0 or later
Shulhan
2022-02-16
all: fix list check box text get cut one character
Shulhan
2022-02-06
all: replace bytes.Title and strings.Title with function
Shulhan
2022-02-06
go.mod: update share module to v0.34.0
Shulhan
2021-12-06
Release asciidoctor-go v0.1.1 (2021-12-06)
v0.1.1
Shulhan
2021-12-06
all: fix parsing and rendering cross reference
Shulhan
2021-12-06
all: allow colon ':' and period '.' on the ID
Shulhan
2021-12-06
go.mod: update to latest share module
Shulhan
2021-10-05
go.mod: update share module to v0.30.0
Shulhan
2021-04-06
go.mod: set minimum Go version to 1.16 and update module share to v0.25.1
Shulhan
2021-03-06
Release asciidoctor-go v0.1.0 (2021-03-06)
v0.1.0
Shulhan
2021-03-06
all: update dependencies to latest version
Shulhan
2020-12-26
document_parser: remove unused debug statement
Shulhan
2020-12-26
all: replace space surrounding the em-dash with html symbol thin space
Shulhan
2020-12-25
inline_parser: add zero-width space after ellipsis character
Shulhan
[next]