Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-18 | Use CSS in favor of <br> for display math (#6372) | Lila | 1 | -0/+3 | |
Some CSS to ensure that display math is displayed centered and on a new line is now included in the default HTML-based templates; this may be overridden if the user wants a different behavior. | |||||
2019-12-05 | HTML-based templates: Add CSS to suppress bullet on unordered task lists. | John MacFarlane | 1 | -0/+1 | |
2019-10-29 | Changes to build with new doctemplates/doclayout. | John MacFarlane | 1 | -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-05 | Add div.hanging-indent CSS to HTML templates. | John MacFarlane | 1 | -0/+1 | |
2019-09-05 | Add partial styles.html in HTML5 template. | John MacFarlane | 1 | -0/+11 | |
Avoid duplication in HTML templates by using styles.html partial. Change indentation of styles in template. |