index
:
asciidoctor-go
dev
main
Native Go parser for asciidoc markup.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
10 days
Release asciidoctor-go v0.7.4 (2026-04-04)
HEAD
v0.7.4
main
dev
Shulhan
11 days
all: fix parsing literal paragraph
Shulhan
11 days
go.mod: update all dependencies
Shulhan
2026-03-30
all: move the sect anchor element to the right
Shulhan
2026-03-26
all: make the anchor symbol position on the right side of headers
Shulhan
2026-02-23
testdata: add test for paragraph followed by unordered list
Shulhan
2026-02-18
all: fix parsing inline format with escaped character
Shulhan
2026-02-09
Release asciidoctor-go v0.7.3 (2026-02-09)
v0.7.3
Shulhan
2026-02-09
go.mod: update dependencies
Shulhan
2026-01-24
all: add aria-label to the anchor when sectanchor enabled
Shulhan
2026-01-23
all: update default CSS to asciidoctor v2.0.26
Shulhan
2026-01-23
all: use separate file with go:embed for default CSS
Shulhan
2026-01-22
all: reformat README with prettier and simplify license
Shulhan
2025-12-27
Release asciidoctor-go v0.7.2 (2025-12-27)
v0.7.2
Shulhan
2025-12-27
go.mod: use Go 1.24.0 and update all dependencies
Shulhan
2025-06-29
all: update README for kilabit.info/project/asciidoctor-go
Shulhan
2025-04-18
Release asciidoctor-go v0.7.1 (2025-04-18)
v0.7.1
Shulhan
2025-04-18
all: fix the logic when applying default embedded CSS
Shulhan
2025-04-18
all: disable generating HTML meta for "generator" in tests
Shulhan
2025-04-18
Release asciidoctor-go v0.7.0 (2025-04-18)
v0.7.0
Shulhan
2025-04-18
README: update notes related to Includes directive
Shulhan
2025-04-18
all: update all dependencies
Shulhan
2025-04-18
all: support include directive inside block code
Shulhan
2025-04-18
all: remove logging
Shulhan
2025-02-18
all: remove the "nolint" tag
Shulhan
2025-02-16
all: support document attribute "docdir"
Shulhan
2025-02-16
all: move setting attribute to Document
Shulhan
2025-02-13
testdata: redact the "Last updated" time in test-parser HTML files
Shulhan
2025-02-13
README: update the completed features on Lists and Description Lists
Shulhan
2025-02-13
all: add default HTML stylesheet
Shulhan
2025-02-13
testdata: add test data for unordered list with custom marker "[none]"
Shulhan
2025-02-13
testdata: fix version number in test data
Shulhan
2025-02-01
Release asciidoctor-go v0.6.2 (2025-02-01)
v0.6.2
Shulhan
2025-02-01
README: mention ciigo as the front-end tools of this library
Shulhan
2025-02-01
make: replace external linters with internal command gocheck
Shulhan
2025-02-01
go.mod: update all dependencies
Shulhan
2025-01-21
all: fix section detected as paragraph after list and comment
Shulhan
2025-01-06
go.mod: update all dependencies and Go to version 1.23.4
Shulhan
2024-12-08
Release asciidoctor-go v0.6.1 (2024-12-08)
v0.6.1
Shulhan
2024-12-08
go.mod: update all dependencies
Shulhan
2024-10-15
make: serve doc on non-common port
Shulhan
2024-10-15
all: group all image related method and functions into single file
Shulhan
2024-10-15
all: fix missing SPDX copyright and license on test file
Shulhan
2024-10-13
all: fix reading include file when parent path is absolute
Shulhan
2024-10-13
all: fix error log when failed to opend included file
Shulhan
2024-09-07
Release asciidoctor-go v0.6.0 (2024-09-07)
v0.6.0
Shulhan
2024-09-07
go.mod: update dependency
Shulhan
2024-09-07
Makefile: replace golangci-lint with "go vet"
Shulhan
2024-09-07
all: fix signature of [Element.WriteByte]
Shulhan
2024-08-16
all: remove unnecessary TrimRight
Shulhan
[next]