aboutsummaryrefslogtreecommitdiff
path: root/html_template.go
AgeCommit message (Expand)Author
2026-01-23all: use separate file with go:embed for default CSSShulhan
2025-02-13all: add default HTML stylesheetShulhan
2022-12-16all: detach parsing preamble from contentShulhan
2022-07-24all: sort the generated HTML meta by namesShulhan
2022-07-24all: add default metadata "generator"Shulhan
2022-07-16all: reformat all Go filesShulhan
2022-02-21all: relicense the asciidoctor-go under GPL 3.0 or laterShulhan
2020-12-13html_template: change generator name from ciigo to asciidoctor-goShulhan
2020-11-15all: minimize number of short HTML templatesShulhan
2020-11-15all: add method ToEmbeddedHTMLShulhan
2020-11-15all: support meta "noheader"Shulhan
2020-11-12all: rewrite HTML backend template without text/templateShulhan
2020-11-08all: replace BLOCK_IMAGE template with string constantsShulhan
2020-11-06all: replace some text/template with functions and constantsShulhan
2020-11-05all: support meta attributes "description" and "keywords"Shulhan
2020-11-04all: parse inline format on list description item labelShulhan
2020-11-04all: support inline image with link optionShulhan
2020-11-03all: export the document Attributes fieldShulhan
2020-11-03all: make the "icons" attribute only applicable to nodeShulhan
2020-11-03all: implement section numbering with sectnums and sectnumlevelsShulhan
2020-11-01all: implement parser for inline and natural cross referenceShulhan
2020-10-31all: implement parser for block anchor and inline anchorShulhan
2020-10-30all: use consistent names and rules between literal and listing blocksShulhan
2020-10-30all: store the src and href on adocNode Attrs instead of valueShulhan
2020-10-30all: fix rendering toc by levelsShulhan
2020-10-29all: add support to set ToC position to "left" or "right"Shulhan
2020-10-29all: implement parser and HTML renderer for table of contentsShulhan
2020-10-29all: parse inline formatting on section titleShulhan
2020-10-29all: implement parser for inline imageShulhan
2020-10-29all: implement parser for inline URL and linkShulhan
2020-10-27all: implement parser for single quote curveShulhan
2020-10-26all: implement parser for inline formatting bold, italic, and monoShulhan
2020-10-15asciidoctor-go: asciidoctor markup parser for GoShulhan