summaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Expand)Author
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
2022-07-17testdata: set attribute idprefix to emptyShulhan
2022-07-16all: refactoring handling generate ref IDShulhan
2022-07-16all: reformat all Go filesShulhan
2022-07-16all: realign all structsShulhan
2022-02-21all: relicense the asciidoctor-go under GPL 3.0 or laterShulhan
2021-12-06all: fix parsing and rendering cross referenceShulhan
2021-04-06go.mod: set minimum Go version to 1.16 and update module share to v0.25.1Shulhan
2020-12-26all: replace space surrounding the em-dash with html symbol thin spaceShulhan
2020-12-25inline_parser: add zero-width space after ellipsis characterShulhan