summaryrefslogtreecommitdiff
path: root/document_parser.go
AgeCommit message (Expand)Author
11 daysall: fix parsing literal paragraphShulhan
2025-04-18all: support include directive inside block codeShulhan
2025-02-16all: move setting attribute to DocumentShulhan
2025-01-21all: fix section detected as paragraph after list and commentShulhan
2024-08-16all: remove unnecessary TrimRightShulhan
2024-08-16all: support document attribute "leveloffset"Shulhan
2024-08-13all: refactoring DocumentAttribute into structShulhan
2024-08-13all: add element kind Section 0Shulhan
2024-08-12all: use strict document header formatShulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2023-12-10all: remove dependency to "github.com/shuLhan/share/lib/debug"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
2023-03-02all: handle empty preambleShulhan
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-14all: store the list item counter inside elementShulhan
2022-09-05all: fix parsing list description inside include directiveShulhan
2022-08-05all: cleaning up codesShulhan
2022-07-17all: move Parse and parse functions to documentShulhan
2022-07-17all: make the parseHeader state clearShulhan
2022-07-17all: add element preamble into DocumentShulhan
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
2020-12-26document_parser: remove unused debug statementShulhan
2020-12-24all: rename adocNode to elementShulhan
2020-12-20all: do not wrap document with content and preamble on ToEmbeddedHTMLShulhan
2020-12-20all: fix parsing list with open blockShulhan
2020-12-13document_parser: fix parsing open block inside list itemShulhan
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-08all: add support for checklist in unordered listShulhan
2020-12-08all: support custom markers on unordered listShulhan
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-24chore: increase the debug value to supress logs on DEBUG=1Shulhan
2020-11-24all: support all column style "a", "e", "h", "l", "m", "d", "s", "v"Shulhan
2020-11-23all: implement parser for tableShulhan
2020-11-16all: change attributeClass from map to sliceShulhan
2020-11-16all: support section "[discrete]" headings styleShulhan
2020-11-15all: implement additional metadatasShulhan
2020-11-15all: unpack the revision number, date, and remark into RevisionShulhan
2020-11-15all: add support for multiple authors with emailShulhan