summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-02Release asciidoctor-go v0.4.1 (2023-03-02)v0.4.1Shulhan
2023-03-02all: move CHANGELOG from _doc to rootShulhan
2023-03-02all: fix empty line printed on ToHTMLBody or ToHTMLEmbeddedShulhan
2023-03-02all: handle empty preambleShulhan
2023-03-02all: update share modulesShulhan
2023-03-02all: ignore parsing block image in paragraphShulhan
2023-02-12Release asciidoctor-go v0.4.0 (2023-02-12)v0.4.0Shulhan
2023-02-12go.mod: update share module to v0.43.0Shulhan
2022-12-19all: update reference for preamble and add unit testShulhan
2022-12-19all: support multi line attribute valuesShulhan
2022-12-19all: trim right spaces on each lines before parsingShulhan
2022-12-16all: detach parsing preamble from contentShulhan
2022-12-16all: add package documentation and comment on VersionShulhan
2022-12-16all: fix the orders of generated HTML metaShulhan
2022-12-16all: add support for document attribute "last-update-label"Shulhan
2022-12-14all: run test before lintShulhan
2022-12-14all: store the list item counter inside elementShulhan
2022-11-27all: implement inline macro for passthrough ("pass:")Shulhan
2022-11-23_doc: update grammar for meta key (attribute key)Shulhan
2022-11-23all: make the macro parser independent, out of inlineParserShulhan
2022-10-20all: implement macro "footnote:"Shulhan
2022-10-20go.mod: update the share moduleShulhan
2022-09-05Release asciidoctor-go v0.3.2 (2022-09-05)v0.3.2Shulhan
2022-09-05all: update the path on serve-doc taskShulhan
2022-09-05all: fix parsing list description inside include directiveShulhan
2022-09-04all: update share module to v0.41.0Shulhan
2022-08-25all: move all documentation into directory _docShulhan
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