aboutsummaryrefslogtreecommitdiff
path: root/testdata/got.test.html
AgeCommit message (Expand)Author
2022-07-24all: rename the HTML output for test-parserShulhan
2022-07-24all: update README and SPECSShulhan
2022-07-17testdata: set attribute idprefix to emptyShulhan
2022-07-16all: refactoring handling generate ref IDShulhan
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
2020-12-05all: fix table width calculationShulhan
2020-12-05all: support setting table stripes stylesShulhan
2020-12-05all: add support for setting table bordersShulhan
2020-12-05html_backend: parse cell contents by paragraphsShulhan
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-15html_backend: check for meta "version-label" when generating footerShulhan
2020-11-15all: unpack the revision number, date, and remark into RevisionShulhan
2020-11-15all: add support for multiple authors with emailShulhan
2020-11-15all: add method ToEmbeddedHTMLShulhan
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 characters replacement on inline parserShulhan
2020-11-03all: make the "icons" attribute only applicable to nodeShulhan