aboutsummaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Expand)Author
11 daysall: fix parsing literal paragraphShulhan
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-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
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-18all: support include directive inside block codeShulhan
2025-02-16all: support document attribute "docdir"Shulhan
2025-02-13testdata: redact the "Last updated" time in test-parser HTML filesShulhan
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-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-10-15all: group all image related method and functions into single fileShulhan
2024-10-13all: fix reading include file when parent path is absoluteShulhan
2024-09-07Release asciidoctor-go v0.6.0 (2024-09-07)v0.6.0Shulhan
2024-08-16all: support document attribute "leveloffset"Shulhan
2024-08-12all: use strict document header formatShulhan
2024-04-04Release asciidoctor-go v0.5.2 (2023-04-04)v0.5.2Shulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2023-12-10all: fix custom IDs on first section got replacedShulhan
2023-12-09all: rewrite tests for ToHTML using [test.Data]Shulhan
2023-05-30all: handle custom marker in between unordered listShulhan
2023-05-28all: add support for unordered list with '-'Shulhan
2023-05-28all: fix rendering blockquote without attributionShulhan
2023-03-02all: fix empty line printed on ToHTMLBody or ToHTMLEmbeddedShulhan
2023-03-02all: handle empty preambleShulhan
2023-03-02all: ignore parsing block image in paragraphShulhan
2022-12-19all: update reference for preamble and add unit testShulhan
2022-12-19all: support multi line attribute valuesShulhan
2022-12-16all: detach parsing preamble from contentShulhan
2022-12-16all: fix the orders of generated HTML metaShulhan
2022-11-27all: implement inline macro for passthrough ("pass:")Shulhan
2022-10-20all: implement macro "footnote:"Shulhan
2022-09-05all: fix parsing list description inside include directiveShulhan
2022-08-06Release asciidoctor-go v0.3.1 (2022-08-06)v0.3.1Shulhan
2022-08-06all: rewrite unit tests for inlineParser using test.DataShulhan
2022-08-05go.mod: update share to v0.40.0Shulhan
2022-07-24all: sort the generated HTML meta by namesShulhan
2022-07-24all: add default metadata "generator"Shulhan
2022-07-24all: rename the HTML output for test-parserShulhan
2022-07-24all: update README and SPECSShulhan
2022-07-24all: register the license and copyright in .reuse/dep5Shulhan
2022-07-24all: rewrite test using lib/test.DataShulhan