aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-16all: support document attribute "leveloffset"Shulhan
2024-08-13all: refactoring DocumentAttribute into structShulhan
2024-08-13all: rename meta or metadata words to document attributeShulhan
2024-08-13all: replace licensing format to REUSE.tomlShulhan
2024-08-13all: rename struct "AttributeEntry" to "DocumentAttribute"Shulhan
2024-08-13all: add element kind Section 0Shulhan
2024-08-12go.mod: update all dependenciesShulhan
2024-08-12all: use strict document header formatShulhan
2024-04-04Release asciidoctor-go v0.5.2 (2023-04-04)v0.5.2Shulhan
2024-03-05all: replace if-else bytes.Equals with static string case comparisonsShulhan
2024-03-05all: comply with linter recommendationsShulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2023-12-14Release asciidoctor-go v0.5.1 (2023-12-14)v0.5.1Shulhan
2023-12-13all: replace "lib/parser" with "strings/parser"Shulhan
2023-12-10all: remove dependency to "github.com/shuLhan/share/lib/debug"Shulhan
2023-12-10go.mod: set minimum Go to version 1.20 and update all dependenciesShulhan
2023-12-10all: fix custom IDs on first section got replacedShulhan
2023-12-09all: rewrite tests for ToHTML using [test.Data]Shulhan
2023-12-09all: replace linter golangci-lint with revive and shadowShulhan
2023-11-05go.mod: update all dependenciesShulhan
2023-10-14go.mod: update all dependenciesShulhan
2023-06-04Release asciidoctor-go v0.5.0 (2023-06-04)v0.5.0Shulhan
2023-06-04go.mod: update share module to v0.47.0Shulhan
2023-05-30all: handle custom marker in between unordered listShulhan
2023-05-28_doc: add HTML file to test previewing partial HTML contentShulhan
2023-05-28all: add support for unordered list with '-'Shulhan
2023-05-28all: reformat list item, remove numbering prefix xx.x.Shulhan
2023-05-28all: fix rendering blockquote without attributionShulhan
2023-05-28go.mod: update all dependencies and Go version to 1.19Shulhan
2023-05-27all: convert README from Asciidoc to MarkdownShulhan
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