index
:
asciidoctor-go
dev
main
Native Go parser for asciidoc markup.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testdata
Age
Commit message (
Expand
)
Author
2025-04-18
Release asciidoctor-go v0.7.0 (2025-04-18)
v0.7.0
Shulhan
2025-04-18
all: support include directive inside block code
Shulhan
2025-02-16
all: support document attribute "docdir"
Shulhan
2025-02-13
testdata: redact the "Last updated" time in test-parser HTML files
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-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-10-15
all: group all image related method and functions into single file
Shulhan
2024-10-13
all: fix reading include file when parent path is absolute
Shulhan
2024-09-07
Release asciidoctor-go v0.6.0 (2024-09-07)
v0.6.0
Shulhan
2024-08-16
all: support document attribute "leveloffset"
Shulhan
2024-08-12
all: use strict document header format
Shulhan
2024-04-04
Release asciidoctor-go v0.5.2 (2023-04-04)
v0.5.2
Shulhan
2024-03-05
all: replace module "share" with "pakakeh.go"
Shulhan
2023-12-10
all: fix custom IDs on first section got replaced
Shulhan
2023-12-09
all: rewrite tests for ToHTML using [test.Data]
Shulhan
2023-05-30
all: handle custom marker in between unordered list
Shulhan
2023-05-28
all: add support for unordered list with '-'
Shulhan
2023-05-28
all: fix rendering blockquote without attribution
Shulhan
2023-03-02
all: fix empty line printed on ToHTMLBody or ToHTMLEmbedded
Shulhan
2023-03-02
all: handle empty preamble
Shulhan
2023-03-02
all: ignore parsing block image in paragraph
Shulhan
2022-12-19
all: update reference for preamble and add unit test
Shulhan
2022-12-19
all: support multi line attribute values
Shulhan
2022-12-16
all: detach parsing preamble from content
Shulhan
2022-12-16
all: fix the orders of generated HTML meta
Shulhan
2022-11-27
all: implement inline macro for passthrough ("pass:")
Shulhan
2022-10-20
all: implement macro "footnote:"
Shulhan
2022-09-05
all: fix parsing list description inside include directive
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
go.mod: update share to v0.40.0
Shulhan
2022-07-24
all: sort the generated HTML meta by names
Shulhan
2022-07-24
all: add default metadata "generator"
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: register the license and copyright in .reuse/dep5
Shulhan
2022-07-24
all: rewrite test using lib/test.Data
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 all Go files
Shulhan
2022-07-16
all: realign all structs
Shulhan
2022-02-21
all: relicense the asciidoctor-go under GPL 3.0 or later
Shulhan
2021-12-06
all: fix parsing and rendering cross reference
Shulhan
2021-04-06
go.mod: set minimum Go version to 1.16 and update module share to v0.25.1
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]