New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML headings and tree section #1
Comments
Hello, I agree. Which version of herold did you use? |
6.1.0-188. |
Fixed with release 8.0.0 |
Thanks! |
You can download installation packages from http://www.dbdoclet.org Am 23.11.2015 um 10:18 schrieb matses:
|
OK many thanks. But doesn't work for this one : <p>para 1</p>
<h2>title 2.1</h2>
<p>para 2.1</p>
<h2>title 2.2</h2>
<p>para 2.2</p> --> <para>para 1</para>
<section>
<title>title 2.1</title>
<para>para 2.1</para>
<section>
<title>title 2.2</title>
<para>para 2.2</para>
</section>
</section> My example is not very HTML5 compliant, because of the lack of h1, but it is a fragment... |
OK, thank you for testing. I will fix it as soon as possible. |
Hello, this issue is fixed with release 8.0.1 Am 23.11.2015 um 11:57 schrieb matses:
Tel. 0160 7845384 |
matses commentedNov 20, 2015
Hi,
I suspect a bug in the sections tree generated by Herold, when 2 html headings share the same level :
eg with h2 :
converted in :
In this case, i expected section 2.1 and section 2.2 at the same level in the tree sections :
Do you agree?
The text was updated successfully, but these errors were encountered: