aboutsummaryrefslogtreecommitdiff
path: root/testdata/test.adoc
AgeCommit message (Expand)Author
11 daysall: fix parsing literal paragraphShulhan
2026-02-23testdata: add test for paragraph followed by unordered listShulhan
2025-04-18all: disable generating HTML meta for "generator" in testsShulhan
2025-02-13testdata: add test data for unordered list with custom marker "[none]"Shulhan
2024-08-12all: use strict document header formatShulhan
2023-05-30all: handle custom marker in between unordered listShulhan
2023-05-28all: add support for unordered list with '-'Shulhan
2022-09-05all: fix parsing list description inside include directiveShulhan
2022-07-17testdata: set attribute idprefix to emptyShulhan
2022-02-21all: relicense the asciidoctor-go under GPL 3.0 or laterShulhan
2020-12-20all: fix list description item than span on multiple linesShulhan
2020-12-20all: fix parsing list with open blockShulhan
2020-12-13document_parser: fix parsing open block inside list itemShulhan
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
2020-12-05all: support setting table stripes stylesShulhan
2020-12-05all: add support for setting table bordersShulhan
2020-12-04all: support setting table width and with autowidth optionShulhan
2020-11-30all: implement table options "footer"Shulhan
2020-11-29all: implement table options "header" and "noheader"Shulhan
2020-11-29all: implement cell formattingShulhan
2020-11-24all: support all column style "a", "e", "h", "l", "m", "d", "s", "v"Shulhan
2020-11-23all: implement parser for tableShulhan
2020-11-16all: support forcing line break by ending the line with " +\n"Shulhan
2020-11-16all: support section "[discrete]" headings styleShulhan
2020-11-15all: implement additional metadatasShulhan
2020-11-15all: unpack the revision number, date, and remark into RevisionShulhan
2020-11-15all: add support for multiple authors with emailShulhan
2020-11-09document: check for literal paragraph when parsing listShulhan
2020-11-08test: add test for inline formatting with no contentShulhan
2020-11-08all: apply substitution to links, block image, video, and audioShulhan
2020-11-05all: support meta attributes "description" and "keywords"Shulhan
2020-11-04all: parse inline format on list description item labelShulhan
2020-11-04all: support inline image with link optionShulhan
2020-11-03all: implement section numbering with sectnums and sectnumlevelsShulhan
2020-11-03all: implement parser for customizing the cross reference textShulhan
2020-11-01all: implement parser for inline and natural cross referenceShulhan
2020-10-31all: implement parser for block anchor and inline anchorShulhan
2020-10-30all: use consistent names and rules between literal and listing blocksShulhan
2020-10-30all: fix rendering toc by levelsShulhan
2020-10-29all: add support for toc position "macro"Shulhan
2020-10-29all: add support to set ToC position to "left" or "right"Shulhan
2020-10-29all: implement parser and HTML renderer for table of contentsShulhan
2020-10-29all: parse inline formatting on section titleShulhan
2020-10-29all: implement parser for inline imageShulhan