| Age | Commit message (Expand) | Author |
| 2022-07-24 | all: rename the HTML output for test-parser | Shulhan |
| 2022-07-24 | all: update README and SPECS | Shulhan |
| 2022-07-17 | testdata: set attribute idprefix to empty | Shulhan |
| 2022-07-16 | all: refactoring handling generate ref ID | Shulhan |
| 2022-07-16 | all: realign all structs | Shulhan |
| 2022-02-21 | all: relicense the asciidoctor-go under GPL 3.0 or later | Shulhan |
| 2021-12-06 | all: fix parsing and rendering cross reference | Shulhan |
| 2021-04-06 | go.mod: set minimum Go version to 1.16 and update module share to v0.25.1 | Shulhan |
| 2020-12-26 | all: replace space surrounding the em-dash with html symbol thin space | Shulhan |
| 2020-12-25 | inline_parser: add zero-width space after ellipsis character | Shulhan |
| 2020-12-24 | parser: wrap value of email ref name with "mailto:[<value>]" | 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 | html_template: change generator name from ciigo to asciidoctor-go | Shulhan |
| 2020-12-13 | document_parser: fix parsing open block inside list item | Shulhan |
| 2020-12-10 | all: fix rendering block listing | Shulhan |
| 2020-12-10 | all: add support for "[source]" element attribute | Shulhan |
| 2020-12-10 | all: refactoring document parser to split content by lines | 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: fix table width calculation | 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 | html_backend: check for meta "version-label" when generating footer | 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-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 characters replacement on inline parser | Shulhan |
| 2020-11-03 | all: make the "icons" attribute only applicable to node | Shulhan |