Close

bullet subitems in ordered list

Home Forums Bugs bullet subitems in ordered list

Viewing 0 reply threads
  • Author
    Posts
    • #552
      Scorpion
      Participant

      Steps to reproduce (<some> – means press button “some”):

      <Ordered list> "item-1" Enter
      "item-2" Enter
      <Indent>
      <Unordered list> "sub-item-1 (bullet)" Enter
      "sub-item-2 (bullet)" Enter
      <Unindent> "item-3" Enter Enter

      If you export such a note you will find the following in the result file:

        <ol><li>item-1</li>
          <li>item-2<ol/><ul><li>sub-item-1 (bullet)</li>
              <li>sub-item-2 (bullet)</li>
              </ul></li><li>item-3</li>
      
          </ol>

      and that <ol/> after item-2 makes browsers cry:
      Notes vs Browser

Viewing 0 reply threads
  • The forum ‘Bugs’ is closed to new topics and replies.