aboutsummaryrefslogtreecommitdiff
path: root/html_backend.go
AgeCommit message (Expand)Author
2026-03-30all: move the sect anchor element to the rightShulhan
2026-01-24all: add aria-label to the anchor when sectanchor enabledShulhan
2024-10-15all: group all image related method and functions into single fileShulhan
2024-09-07Makefile: replace golangci-lint with "go vet"Shulhan
2024-08-13all: refactoring DocumentAttribute into structShulhan
2024-08-13all: rename meta or metadata words to document attributeShulhan
2024-03-05all: comply with linter recommendationsShulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2023-12-09all: replace linter golangci-lint with revive and shadowShulhan
2023-05-28all: fix rendering blockquote without attributionShulhan
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: 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-16all: reformat all Go filesShulhan
2022-02-21all: relicense the asciidoctor-go under GPL 3.0 or laterShulhan
2020-12-26all: replace space surrounding the em-dash with html symbol thin spaceShulhan
2020-12-25all: add predefined attributes for character replacementsShulhan
2020-12-24all: remove parameter isForToC on method element.toHTMLShulhan
2020-12-24document: rename ToEmbeddedHTML to ToHTMLEmbeddedShulhan
2020-12-24all: rename type adocTable to elementTableShulhan
2020-12-24all: rename adocNode to elementShulhan
2020-12-20all: do not wrap document with content and preamble on ToEmbeddedHTMLShulhan
2020-12-10all: fix rendering block listingShulhan
2020-12-10all: add support for "[source]" element attributeShulhan
2020-12-08all: support custom markers on unordered listShulhan
2020-12-05all: render the table caption with auto numberingShulhan
2020-12-05html_backend: parse cell contents by paragraphsShulhan
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 cell formattingShulhan
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: support section "[discrete]" headings styleShulhan
2020-11-15all: implement additional metadatasShulhan
2020-11-15html_backend: check for meta "version-label" when generating footerShulhan
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: minimize number of short HTML templatesShulhan
2020-11-15all: add support for disable rendering title using "showtitle!"Shulhan
2020-11-15all: add method ToEmbeddedHTMLShulhan
2020-11-15all: support meta "noheader"Shulhan
2020-11-15all: parse the document subtitleShulhan
2020-11-14all: fix linter warningsShulhan