31
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
Glenn Elliott
This is a major issue for us too, though we use uncategorized not numbered but its the same issue, bullets reset.
I have tried the shift enter method but the image is then in line with the last bullet and we left align all of our images
Abby Dong
This isn't a solution, but a workaround that we do is to do a shift+enter to add a line break (similar to the coded line break of <br> suggested by Bianca) to add our images or notes. This keeps the numbering or list structure intact. We use the WYSIWYG editor, so this may not work for the MD editor
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