14
Numbering is not continuous when image, note, warning, is inserted in-between steps
planned
TARIQ PATHAN
Numbering is not continued (it restarts) most of the time - if there is a Note, warning, figure etc..added in-between the steps (example: figure added or Note added between step 3 and 4, step 4 becomes step1) It has to be continuous even if there is a image, note, caution, warning, etc.. added in-between the step. There should be an option to restart or continue numbering.
Log In
Bianca Ragsdale
TARIQ PATHAN You can add images and notes as part of a step. Put your cursor at the end of a step, and press Shift+Enter to to add a line break. Then add the image or note. The code will look like this:
<ol>
<li>Step.</li>
<li>Step.</li>
<li>Step with an image.
<br><img src="https://cdn.document360.io/ad2ada5e-fe36-4857-97fe-43c2759f1b45/Images/Documentation/test.png" alt=“test” class="fr-fil fr-dib">
</li>
<li>Step.</li>
</ol>
Thiru
planned