We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OK many thanks. I made some tests this morning... Works well for the above example
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...
The text was updated successfully, but these errors were encountered:
trafo issue - Wrong section nesting when transforming HTML fragments #2
80f0e53
Fixed with release 8.0.1
Sorry, something went wrong.
No branches or pull requests
OK many thanks.
I made some tests this morning... Works well for the above example
But doesn't work for this one :
-->
My example is not very HTML5 compliant, because of the lack of h1, but it is a fragment...
The text was updated successfully, but these errors were encountered: