In a .md file I'm able to specify heading levels that are respected in they way they are displayed on GitHub, but my .rst files are not: the "highest" level heading is treated as a level 1 heading,
For example,
in a .md will be treated as a second-level heading, while its equivalent (e.g as generated by pandoc),
is treated as a first-level heading.
Is there a way to overcome this? Can I fix the heading level in rST, or at least have GitHub interpreted it that way?
In a
.mdfile I'm able to specify heading levels that are respected in they way they are displayed on GitHub, but my.rstfiles are not: the "highest" level heading is treated as a level 1 heading,For example,
in a
.mdwill be treated as a second-level heading, while its equivalent (e.g as generated bypandoc),is treated as a first-level heading.
Is there a way to overcome this? Can I fix the heading level in rST, or at least have GitHub interpreted it that way?