Commit graph

11 commits

Author SHA1 Message Date
John MacFarlane
dc936548c2 Added style tags around highlighting-css.
This is needed because of change from h-k 0.4 to 0.5.
2012-01-25 11:16:36 -08:00
John MacFarlane
727772183d Split html template into html, html5 templates. 2012-01-11 12:52:37 -08:00
John MacFarlane
078a3d3afa Changed highlighting-css because of changes in highlighting-kate.
This is now an entire <style> section, not just its contents.
2011-12-27 18:06:59 -08:00
John MacFarlane
9fd00ca239 Slidy, HTML: Use h2 for author, h3 for date.
Previously, title was h1, author h3, date h4.  There was
no real reason for skipping h2.
2011-12-01 18:51:22 -08:00
John MacFarlane
5facbc552d HTML-based templates: use separate variables for meta-date, meta-author. 2011-11-29 13:30:41 -08:00
John MacFarlane
7afe52cca9 Added Content-Style-Type meta tag for XHTML compliance.
Closes pandoc#337.
2011-11-08 11:28:56 -08:00
John MacFarlane
b8cb9405c0 Show math links even in HTML5 2011-08-01 17:30:20 -07:00
John MacFarlane
8cd8b19598 Insert CDATA around inline js/css in html and slidy templates. 2011-07-24 08:23:12 -07:00
John MacFarlane
8cb5fef740 HTML template: make TOC more customizable.
Users can now insert a header before the table of contents,
or include other styling.
Thanks to Bruce D'Arcus for the suggestion.
2011-07-23 12:03:33 -07:00
John MacFarlane
8590fab135 HTML template: Display author(s) and date after title. 2011-07-23 11:21:15 -07:00
John MacFarlane
663adaa861 Renamed templates from <writer>.template to default.<writer>. 2011-07-22 22:18:04 -07:00
Renamed from html.template (Browse further)