First noticed in nextstrain/docs.nextstrain.org#113 (comment):
In a markdown document, the number of # characters doesn't correspond to the HTML heading level.
For instance, in the above PR the main title is ## How data... but rendered as <h1>. Other headings are ##### [a1] Colorings but rendered as <h3>.
I presume this is addressed in this repo, but perhaps not?
First noticed in nextstrain/docs.nextstrain.org#113 (comment):
In a markdown document, the number of
#characters doesn't correspond to the HTML heading level.For instance, in the above PR the main title is
## How data...but rendered as<h1>. Other headings are##### [a1] Coloringsbut rendered as<h3>.I presume this is addressed in this repo, but perhaps not?