I’d like to have a numbered list starting at 0 instead of 1, so I tried to insert the following code in HTML without success, even if the result is correctly computed and displayed in the editor :
<ol start="0">
<li> foo</li>
<li> bar</li>
</ol>
Same result with
<li value="4"> foo
Thank you !
What’s your URL? This is the easiest way for others to debug your issue https://www.chienlit.com