aboutsummaryrefslogtreecommitdiff
path: root/document.go
AgeCommit message (Expand)Author
2026-01-23all: use separate file with go:embed for default CSSShulhan
2025-04-18all: fix the logic when applying default embedded CSSShulhan
2025-02-16all: support document attribute "docdir"Shulhan
2025-02-16all: move setting attribute to DocumentShulhan
2025-02-13all: add default HTML stylesheetShulhan
2024-10-13all: fix reading include file when parent path is absoluteShulhan
2024-08-13all: refactoring DocumentAttribute into structShulhan
2024-08-13all: rename meta or metadata words to document attributeShulhan
2024-08-13all: rename struct "AttributeEntry" to "DocumentAttribute"Shulhan
2023-12-09all: replace linter golangci-lint with revive and shadowShulhan
2023-03-02all: fix empty line printed on ToHTMLBody or ToHTMLEmbeddedShulhan
2023-03-02all: handle empty preambleShulhan
2022-12-16all: detach parsing preamble from contentShulhan
2022-12-16all: fix the orders of generated HTML metaShulhan
2022-12-16all: add support for document attribute "last-update-label"Shulhan
2022-10-20all: implement macro "footnote:"Shulhan
2022-08-05all: cleaning up codesShulhan
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-17all: move Parse and parse functions to documentShulhan
2022-07-17all: add element preamble into DocumentShulhan
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-02-21all: relicense the asciidoctor-go under GPL 3.0 or laterShulhan
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
2020-12-24all: rename adocNode to elementShulhan
2020-12-20all: do not wrap document with content and preamble on ToEmbeddedHTMLShulhan
2020-12-10document: store the full path of parsed file on DocumentShulhan
2020-12-05all: render the table caption with auto numberingShulhan
2020-11-16all: change attributeClass from map to sliceShulhan
2020-11-15all: support additional metadatasShulhan
2020-11-15all: unpack the revision number, date, and remark into RevisionShulhan
2020-11-15all: add support for multiple authors with emailShulhan
2020-11-15all: change the classes field from slice to mapShulhan
2020-11-15all: minimize number of short HTML templatesShulhan
2020-11-15all: add method ToEmbeddedHTMLShulhan
2020-11-15all: parse the document subtitleShulhan
2020-11-15all: support setting document title through meta "doctitle"Shulhan
2020-11-14all: fix linter warningsShulhan
2020-11-14all: minimize error checking by using bytes.BufferShulhan
2020-11-14all: split between document and a document parserShulhan
2020-11-12all: rewrite HTML backend template without text/templateShulhan
2020-11-09document: check for literal paragraph when parsing listShulhan