Inserting a figure inside subsection is moving outside the subsection in Author mode
Posted: Thu Dec 15, 2022 9:51 am
Hi Team,
I am trying to insert a figure inside subsection in author mode. When I insert an image it move outside the subsection element. It works fine in text mode. What is the solution to fix this issue.
1. create a subsection inside section element in any dita topic
2. insert <p></p> elment
3. insert <fig> with image inside the <p> element
After insert <fig> element will move outside the subsection.
I am trying to insert a figure inside subsection in author mode. When I insert an image it move outside the subsection element. It works fine in text mode. What is the solution to fix this issue.
To reproduce the issue in Author mode<section><title>section 1</title>
<subsection id="subsection1">
<title>subsection tile</title>
<p> <fig id="fig_jd4_hvr_vvb">
<title>test</title>
<image placement="break"
href="connection.png"
id="image1"/>
</fig></p>
</subsection>
</section>
1. create a subsection inside section element in any dita topic
2. insert <p></p> elment
3. insert <fig> with image inside the <p> element
After insert <fig> element will move outside the subsection.