summaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Expand)Author
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
2020-12-24parser: wrap value of email ref name with "mailto:[<value>]"Shulhan
2020-12-20all: fix list description item than span on multiple linesShulhan
2020-12-20all: fix parsing list with open blockShulhan
2020-12-13html_template: change generator name from ciigo to asciidoctor-goShulhan
2020-12-13document_parser: fix parsing open block inside list itemShulhan
2020-12-10all: fix rendering block listingShulhan
2020-12-10all: add support for "[source]" element attributeShulhan
2020-12-10all: refactoring document parser to split content by linesShulhan
2020-12-10all: preparing implementation for "include" directiveShulhan
2020-12-09all: fix parsing description list with linkShulhan
2020-12-08all: add support for checklist in unordered listShulhan
2020-12-08all: support custom markers on unordered listShulhan
2020-12-05all: add support for escaping cell separatorShulhan
2020-12-05all: render the table caption with auto numberingShulhan
2020-12-05all: add test cases for table orientationShulhan