summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-06Release asciidoctor-go v0.1.1 (2021-12-06)v0.1.1Shulhan
2021-12-06all: fix parsing and rendering cross referenceShulhan
2021-12-06all: allow colon ':' and period '.' on the IDShulhan
2021-12-06go.mod: update to latest share moduleShulhan
2021-10-05go.mod: update share module to v0.30.0Shulhan
2021-04-06go.mod: set minimum Go version to 1.16 and update module share to v0.25.1Shulhan
2021-03-06Release asciidoctor-go v0.1.0 (2021-03-06)v0.1.0Shulhan
2021-03-06all: update dependencies to latest versionShulhan
2020-12-26document_parser: remove unused debug statementShulhan
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