aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-25all: add predefined attributes for character replacementsShulhan
2020-12-24parser: wrap value of email ref name with "mailto:[<value>]"Shulhan
2020-12-24all: remove parameter isForToC on method element.toHTMLShulhan
2020-12-24document: rename ToEmbeddedHTML to ToHTMLEmbeddedShulhan
2020-12-24document: group exported fields for document readibilityShulhan
2020-12-24all: move some list ordered class names to constantsShulhan
2020-12-24all: rename file adoc_table to element_tableShulhan
2020-12-24all: rename type adocTable to elementTableShulhan
2020-12-24README: add subsection for list of TODO for Include DirectiveShulhan
2020-12-24Makefile: add task to run testShulhan
2020-12-24all: rename the file adoc_node to elementShulhan
2020-12-24all: rename adocNode to elementShulhan
2020-12-20all: add unit test for paragraph lead styleShulhan
2020-12-20all: do not wrap document with content and preamble on ToEmbeddedHTMLShulhan
2020-12-20all: use consistent names for parserShulhan
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-10README: add partial support for include directiveShulhan
2020-12-10all: fix rendering block listingShulhan
2020-12-10all: add support for "[source]" element attributeShulhan
2020-12-10attribute_class: remove unused delete methodShulhan
2020-12-10all: refactoring document parser to split content by linesShulhan
2020-12-10all: preparing implementation for "include" directiveShulhan
2020-12-10document: store the full path of parsed file on DocumentShulhan
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-07parser: allow table separator with "=" greater than 3Shulhan
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-12-03all: remove unused methods and unexport internal methodsShulhan
2020-12-03all: unified the document node attributesShulhan
2020-12-03SPECS: add specification for tableShulhan
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-24chore: increase the debug value to supress logs on DEBUG=1Shulhan
2020-11-24README: change the format to markdownShulhan
2020-11-24all: support all column style "a", "e", "h", "l", "m", "d", "s", "v"Shulhan
2020-11-23go.mod: update with latest share moduleShulhan