summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-06Release asciidoctor-go v0.3.1 (2022-08-06)v0.3.1Shulhan
2022-08-06all: rewrite unit tests for inlineParser using test.DataShulhan
2022-08-05all: cleaning up codesShulhan
2022-08-05go.mod: update share to v0.40.0Shulhan
2022-07-24Release asciidoctor-go v0.3.0 (2022-07-24)v0.3.0Shulhan
2022-07-24all: sort the generated HTML meta by namesShulhan
2022-07-24all: use the Attributes "author_names" to render meta "author" in ToHTMLShulhan
2022-07-24all: store the list of author names under Attributes "author_names"Shulhan
2022-07-24all: add default metadata "generator"Shulhan
2022-07-24all: export meta name for author, description, and keywordsShulhan
2022-07-24all: rename the HTML output for test-parserShulhan
2022-07-24all: update README and SPECSShulhan
2022-07-24all: mention in SPECS that there are no empty line in document headerShulhan
2022-07-24all: register the license and copyright in .reuse/dep5Shulhan
2022-07-24all: mention in the SPECS that comment cannot start with spacesShulhan
2022-07-24all: rewrite test using lib/test.DataShulhan
2022-07-17all: move Parse and parse functions to documentShulhan
2022-07-17all: make the parseHeader state clearShulhan
2022-07-17all: trim the right spaces on each line during parsing kind of lineShulhan
2022-07-17all: add element preamble into DocumentShulhan
2022-07-17testdata: set attribute idprefix to emptyShulhan
2022-07-16all: refactoring handling generate ref IDShulhan
2022-07-16all: reformat the README back to asciidocShulhan
2022-07-16all: run fieldalignment in lint taskShulhan
2022-07-16all: reformat all Go filesShulhan
2022-07-16all: realign all structsShulhan
2022-07-16go.mod: set the minimum Go version to 1.18 and update share moduleShulhan
2022-07-16all: reformat all Go filesShulhan
2022-03-09all: reverse the license symbolic linkShulhan
2022-03-04Release asciidoctor-go v0.2.0 (2022-03-04)v0.2.0Shulhan
2022-02-21all: relicense the asciidoctor-go under GPL 3.0 or laterShulhan
2022-02-16all: fix list check box text get cut one characterShulhan
2022-02-06all: replace bytes.Title and strings.Title with functionShulhan
2022-02-06go.mod: update share module to v0.34.0Shulhan
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