You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears to me that waliki produces incorrect heading levels when using rst.
For example, say you have a page Demo with the following contents:
Main Title
==========
Title 1
-------
Subtitle 1
^^^^^^^^^^
Subtitle 2
^^^^^^^^^^
In the produced html, "Demo" will be <h1>,"Main Title" will be <h2>, "Title 1" will be <h3>, but then "Subtitle 1" and "Subtitle 2" will be <h2> again, instead of <h4> as I would expect.
Is there a reason behind this?
Also, I think it would be very useful if there was an option to use "Main Title" as the main title, rather than "Demo". I saw the title_in_file branch, but it's far behind the master and is not updated any more. Is there a way to make this an option in the configuration file and merge it with the main branch?
Thanks for all your work!
The text was updated successfully, but these errors were encountered:
ostrokach
changed the title
Inconsistent heading size
Inconsistent heading sizes
Nov 23, 2015
It appears to me that waliki produces incorrect heading levels when using rst.
For example, say you have a page
Demo
with the following contents:In the produced html, "Demo" will be
<h1>
,"Main Title" will be<h2>
, "Title 1" will be<h3>
, but then "Subtitle 1" and "Subtitle 2" will be<h2>
again, instead of<h4>
as I would expect.Is there a reason behind this?
Also, I think it would be very useful if there was an option to use "Main Title" as the main title, rather than "Demo". I saw the
title_in_file
branch, but it's far behind the master and is not updated any more. Is there a way to make this an option in the configuration file and merge it with the main branch?Thanks for all your work!
The text was updated successfully, but these errors were encountered: