aboutsummaryrefslogtreecommitdiff
path: root/parser.go
AgeCommit message (Expand)Author
2025-04-18all: support include directive inside block codeShulhan
2025-02-18all: remove the "nolint" tagShulhan
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: add element kind Section 0Shulhan
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-10all: fix custom IDs on first section got replacedShulhan
2023-12-09all: replace linter golangci-lint with revive and shadowShulhan
2023-05-30all: handle custom marker in between unordered listShulhan
2023-05-28all: add support for unordered list with '-'Shulhan
2022-12-19all: support multi line attribute valuesShulhan
2022-12-16all: add support for document attribute "last-update-label"Shulhan
2022-11-27all: implement inline macro for passthrough ("pass:")Shulhan
2022-10-20all: implement macro "footnote:"Shulhan
2022-08-05all: cleaning up codesShulhan
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-17all: trim the right spaces on each line during parsing kind of lineShulhan
2022-07-16all: refactoring handling generate ref IDShulhan
2022-07-16all: reformat all Go filesShulhan
2022-07-16all: reformat all Go filesShulhan
2022-02-21all: relicense the asciidoctor-go under GPL 3.0 or laterShulhan
2021-12-06all: fix parsing and rendering cross referenceShulhan
2021-12-06all: allow colon ':' and period '.' on the IDShulhan
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: move some list ordered class names to constantsShulhan
2020-12-24all: rename adocNode to elementShulhan
2020-12-20all: use consistent names for parserShulhan
2020-12-10all: add support for "[source]" element attributeShulhan
2020-12-10all: refactoring document parser to split content by linesShulhan
2020-12-10all: preparing implementation for "include" directiveShulhan
2020-12-08all: add support for checklist in 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: support setting table stripes stylesShulhan
2020-12-05all: add support for setting table bordersShulhan
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-11-30all: implement table options "footer"Shulhan
2020-11-29all: implement table options "header" and "noheader"Shulhan
2020-11-23all: implement parser for tableShulhan
2020-11-16all: support section "[discrete]" headings styleShulhan
2020-11-15all: implement additional metadatasShulhan