| Age | Commit message (Expand) | Author |
| 2022-07-24 | all: rename the HTML output for test-parser | Shulhan |
| 2022-07-17 | testdata: set attribute idprefix to empty | Shulhan |
| 2022-07-16 | all: reformat all Go files | Shulhan |
| 2020-12-20 | all: fix list description item than span on multiple lines | Shulhan |
| 2020-12-20 | all: fix parsing list with open block | Shulhan |
| 2020-12-13 | document_parser: fix parsing open block inside list item | Shulhan |
| 2020-12-10 | all: preparing implementation for "include" directive | Shulhan |
| 2020-12-09 | all: fix parsing description list with link | Shulhan |
| 2020-12-08 | all: add support for checklist in unordered list | Shulhan |
| 2020-12-08 | all: support custom markers on unordered list | Shulhan |
| 2020-12-05 | all: add support for escaping cell separator | Shulhan |
| 2020-12-05 | all: render the table caption with auto numbering | Shulhan |
| 2020-12-05 | all: add test cases for table orientation | Shulhan |
| 2020-12-05 | all: support setting table stripes styles | Shulhan |
| 2020-12-05 | all: add support for setting table borders | Shulhan |
| 2020-12-05 | html_backend: parse cell contents by paragraphs | Shulhan |
| 2020-12-04 | all: support setting table width and with autowidth option | Shulhan |
| 2020-11-30 | all: implement table options "footer" | Shulhan |
| 2020-11-29 | all: implement table options "header" and "noheader" | Shulhan |
| 2020-11-29 | all: implement cell formatting | Shulhan |
| 2020-11-24 | all: support all column style "a", "e", "h", "l", "m", "d", "s", "v" | Shulhan |
| 2020-11-23 | all: implement parser for table | Shulhan |
| 2020-11-16 | all: support forcing line break by ending the line with " +\n" | Shulhan |
| 2020-11-16 | all: support section "[discrete]" headings style | Shulhan |
| 2020-11-15 | all: implement additional metadatas | Shulhan |
| 2020-11-15 | all: unpack the revision number, date, and remark into Revision | Shulhan |
| 2020-11-15 | all: add support for multiple authors with email | Shulhan |
| 2020-11-15 | all: add method ToEmbeddedHTML | Shulhan |
| 2020-11-12 | all: rewrite HTML backend template without text/template | Shulhan |
| 2020-11-09 | document: check for literal paragraph when parsing list | Shulhan |
| 2020-11-08 | test: add test for inline formatting with no content | Shulhan |
| 2020-11-08 | all: apply substitution to links, block image, video, and audio | Shulhan |
| 2020-11-05 | all: support meta attributes "description" and "keywords" | Shulhan |
| 2020-11-04 | all: parse inline format on list description item label | Shulhan |
| 2020-11-04 | all: support inline image with link option | Shulhan |
| 2020-11-03 | all: implement section numbering with sectnums and sectnumlevels | Shulhan |
| 2020-11-03 | all: implement parser for customizing the cross reference text | Shulhan |
| 2020-11-01 | all: implement parser for inline and natural cross reference | Shulhan |
| 2020-10-31 | all: implement parser for block anchor and inline anchor | Shulhan |
| 2020-10-30 | all: use consistent names and rules between literal and listing blocks | Shulhan |
| 2020-10-30 | all: fix rendering toc by levels | Shulhan |
| 2020-10-29 | all: add support for toc position "macro" | Shulhan |
| 2020-10-29 | all: add support to set ToC position to "left" or "right" | Shulhan |
| 2020-10-29 | all: implement parser and HTML renderer for table of contents | Shulhan |
| 2020-10-29 | all: parse inline formatting on section title | Shulhan |
| 2020-10-29 | all: implement parser for inline image | Shulhan |
| 2020-10-29 | all: implement parser for block passthrough | Shulhan |
| 2020-10-29 | all: implement parser for inline URL and link | Shulhan |
| 2020-10-28 | all: handle escaped character when parsing inline formatting | Shulhan |
| 2020-10-27 | all: implement parser for subscript and superscript | Shulhan |