aboutsummaryrefslogtreecommitdiff
path: root/testdata/test.html
AgeCommit message (Expand)Author
2022-07-24all: rename the HTML output for test-parserShulhan
2022-07-17testdata: set attribute idprefix to emptyShulhan
2022-07-16all: reformat all Go filesShulhan
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-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-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-12all: rewrite HTML backend template without text/templateShulhan
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
2020-10-29all: implement parser for block passthroughShulhan
2020-10-29all: implement parser for inline URL and linkShulhan
2020-10-28all: handle escaped character when parsing inline formattingShulhan
2020-10-27all: implement parser for subscript and superscriptShulhan