aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
10 daysRelease asciidoctor-go v0.7.4 (2026-04-04)HEADv0.7.4maindevShulhan
11 daysall: fix parsing literal paragraphShulhan
11 daysgo.mod: update all dependenciesShulhan
2026-03-30all: move the sect anchor element to the rightShulhan
2026-03-26all: make the anchor symbol position on the right side of headersShulhan
2026-02-23testdata: add test for paragraph followed by unordered listShulhan
2026-02-18all: fix parsing inline format with escaped characterShulhan
2026-02-09Release asciidoctor-go v0.7.3 (2026-02-09)v0.7.3Shulhan
2026-02-09go.mod: update dependenciesShulhan
2026-01-24all: add aria-label to the anchor when sectanchor enabledShulhan
2026-01-23all: update default CSS to asciidoctor v2.0.26Shulhan
2026-01-23all: use separate file with go:embed for default CSSShulhan
2026-01-22all: reformat README with prettier and simplify licenseShulhan
2025-12-27Release asciidoctor-go v0.7.2 (2025-12-27)v0.7.2Shulhan
2025-12-27go.mod: use Go 1.24.0 and update all dependenciesShulhan
2025-06-29all: update README for kilabit.info/project/asciidoctor-goShulhan
2025-04-18Release asciidoctor-go v0.7.1 (2025-04-18)v0.7.1Shulhan
2025-04-18all: fix the logic when applying default embedded CSSShulhan
2025-04-18all: disable generating HTML meta for "generator" in testsShulhan
2025-04-18Release asciidoctor-go v0.7.0 (2025-04-18)v0.7.0Shulhan
2025-04-18README: update notes related to Includes directiveShulhan
2025-04-18all: update all dependenciesShulhan
2025-04-18all: support include directive inside block codeShulhan
2025-04-18all: remove loggingShulhan
2025-02-18all: remove the "nolint" tagShulhan
2025-02-16all: support document attribute "docdir"Shulhan
2025-02-16all: move setting attribute to DocumentShulhan
2025-02-13testdata: redact the "Last updated" time in test-parser HTML filesShulhan
2025-02-13README: update the completed features on Lists and Description ListsShulhan
2025-02-13all: add default HTML stylesheetShulhan
2025-02-13testdata: add test data for unordered list with custom marker "[none]"Shulhan
2025-02-13testdata: fix version number in test dataShulhan
2025-02-01Release asciidoctor-go v0.6.2 (2025-02-01)v0.6.2Shulhan
2025-02-01README: mention ciigo as the front-end tools of this libraryShulhan
2025-02-01make: replace external linters with internal command gocheckShulhan
2025-02-01go.mod: update all dependenciesShulhan
2025-01-21all: fix section detected as paragraph after list and commentShulhan
2025-01-06go.mod: update all dependencies and Go to version 1.23.4Shulhan
2024-12-08Release asciidoctor-go v0.6.1 (2024-12-08)v0.6.1Shulhan
2024-12-08go.mod: update all dependenciesShulhan
2024-10-15make: serve doc on non-common portShulhan
2024-10-15all: group all image related method and functions into single fileShulhan
2024-10-15all: fix missing SPDX copyright and license on test fileShulhan
2024-10-13all: fix reading include file when parent path is absoluteShulhan
2024-10-13all: fix error log when failed to opend included fileShulhan
2024-09-07Release asciidoctor-go v0.6.0 (2024-09-07)v0.6.0Shulhan
2024-09-07go.mod: update dependencyShulhan
2024-09-07Makefile: replace golangci-lint with "go vet"Shulhan
2024-09-07all: fix signature of [Element.WriteByte]Shulhan
2024-08-16all: remove unnecessary TrimRightShulhan