Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-23 | Put only one heading element in top-level header | Albert Krewinkel | 1 | -3/+3 | |
Every heading element semantically creates a new section. Three consecutive heading elements, e.g. `<h1></h1>`, `<h2></h2>`, `<h3></h3>`, are semantically equivallent to a section with two nested subsections. This is not the intended meaning of subtitle, author, and date, making plain `<p>` elements the better choice. This is one of the W3C's [common idioms]. This change is the result of discussions on issue jgm/pandoc#3119. [common idioms]: https://www.w3.org/TR/html5/common-idioms.html#common-idioms Fixes: jgm/pandoc#3119 | |||||
2015-10-22 | Add keywords to HTML templates. | Andrew Dunning | 1 | -0/+3 | |
2015-10-18 | Merge pull request #136 from adunning/title-prefix | John MacFarlane | 1 | -1/+1 | |
Use en dash to separate title-prefix. | |||||
2015-10-16 | Use en dash to separate title-prefix. | Andrew Dunning | 1 | -1/+1 | |
2015-10-13 | Move HTML5 Shiv after CSS. | Andrew Dunning | 1 | -3/+3 | |
Per usage notes at <https://github.com/aFarkas/html5shiv/blob/master/readme.md>. | |||||
2015-10-13 | Add `dir` variable to HTML5 and update shiv. | Andrew Dunning | 1 | -2/+2 | |
Project moved from Google Code to <https://github.com/aFarkas/html5shiv>. | |||||
2013-09-07 | Adds meta tag to allow scaling by the user. This makes things friendlier ↵ | Erik Evenson | 1 | -0/+1 | |
for smaller screen sizes. | |||||
2013-06-21 | Added subtitle to html and latex formats. | John MacFarlane | 1 | -0/+3 | |
2013-01-15 | HTML5 template: Made quote styles fit on one line. | John MacFarlane | 1 | -3/+1 | |
2013-01-04 | Added css to preserve space in <code> tags. | John MacFarlane | 1 | -0/+1 | |
Thanks to Dirk Laurie. | |||||
2012-11-02 | Removed unnecessary if around pagetitle. | John MacFarlane | 1 | -1/+1 | |
2012-03-03 | Default q:quote style for HTML5 template. | John MacFarlane | 1 | -0/+5 | |
2012-02-11 | Added style tags around highlighting css in html5 template. | John MacFarlane | 1 | -0/+2 | |
2012-01-28 | Use dcterms.date for html5 metadata. | John MacFarlane | 1 | -1/+1 | |
2012-01-11 | Split html template into html, html5 templates. | John MacFarlane | 1 | -0/+54 | |