diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2016-09-23 21:41:55 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2016-09-23 22:04:54 +0200 |
commit | 859acea0b5726f9b1b57856fd2e023e2180130be (patch) | |
tree | 281ee4bf18e913c3a08c58876c01df14f8be44f0 /default.revealjs | |
parent | 00491f422b604787cfef076ddd9cae9f07d06606 (diff) | |
download | pandoc-859acea0b5726f9b1b57856fd2e023e2180130be.tar.gz |
Put only one heading element in top-level header
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
Diffstat (limited to 'default.revealjs')
0 files changed, 0 insertions, 0 deletions