aboutsummaryrefslogtreecommitdiff
path: root/data/templates/styles.html
AgeCommit message (Collapse)AuthorFilesLines
2019-12-05HTML-based templates: Add CSS to suppress bullet on unordered task lists.John MacFarlane1-0/+1
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-1/+0
The new version of doctemplates adds many features to pandoc's templating system, while remaining backwards-compatible. New features include partials and filters. Using template filters, one can lay out data in enumerated lists and tables. Templates are now layout-sensitive: so, for example, if a text with soft line breaks is interpolated near the end of a line, the text will break and wrap naturally. This makes the templating system much more suitable for programatically generating markdown or other plain-text files from metadata.
2019-09-05Add div.hanging-indent CSS to HTML templates.John MacFarlane1-0/+1
2019-09-05Add partial styles.html in HTML5 template.John MacFarlane1-0/+11
Avoid duplication in HTML templates by using styles.html partial. Change indentation of styles in template.