sublimehq / sublime_text

Issue tracker for Sublime Text

Home Page:https://www.sublimetext.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support for ordered (numbered) lists in minihtml engine

math2001 opened this issue · comments

Summary

The minihtml engine doesn't support ordered lists.

Expected behavior

Support them, with the <ol> tag.

Actual behavior

Converts the <ol> tag into a <ul> (at least, it shows the same result for a <ol> and for a <ul>

Steps to reproduce

Paste this in the console:

view.show_popup('<ol><li>I</li><li>love</li><li>Sublime Text</li></ol>')

Environment

  • Operating system and version:
    • Windows 10
    • Mac OS
    • Linux
  • Monitor:
    • Resolution 1920x1080
    • dpi_scale used in ST 1
  • Sublime Text:
    • Build 3126
    • 64 bit
commented

Has this been corrected in latest release? still not working on build 3176

All open issues are still unresolved. That is, unless we or the developers missed one, which may occur but is fairly unlikely nowadays.

As in build 3207 this hasn't been solved yet.

it should support the start attribute too.