diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-09-04 16:55:24 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-09-04 16:55:24 +0000 |
| commit | 9457c708284cb7357ad33aaddaa225be282c163f (patch) | |
| tree | bd417e99f15c6264bd5844fd73155fd4d63eada6 /docutils/test/functional/expected/footnotes_html5.html | |
| parent | 65489d79d1a8ec35ecde25e551ce089370cf2d2f (diff) | |
| download | docutils-9457c708284cb7357ad33aaddaa225be282c163f.tar.gz | |
Change the `initial_header_level`_ setting's default to "2"
Browsers use the `same style for <h1> and <h2> when it's
nested in a section`.
cf. https://stackoverflow.com/questions/39547412/same-font-size-for-h1-and-h2-in-article
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8556 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/footnotes_html5.html')
| -rw-r--r-- | docutils/test/functional/expected/footnotes_html5.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/functional/expected/footnotes_html5.html b/docutils/test/functional/expected/footnotes_html5.html index ec4500c4c..c35333e73 100644 --- a/docutils/test/functional/expected/footnotes_html5.html +++ b/docutils/test/functional/expected/footnotes_html5.html @@ -44,7 +44,7 @@ nonexistent footnote:<a class="footnote-reference superscript" href="#footnote-6 </dd> </dl> <section id="citations"> -<h1>Citations</h1> +<h2>Citations</h2> <dl class="citation"> <dt class="label" id="cit2002"><span class="brackets">CIT2002</span><span class="fn-backref">(<a href="#citation-reference-1">1</a>,<a href="#citation-reference-3">2</a>)</span></dt> <dd><p>Citations are text-labeled footnotes. They may be |
