#4805·quill

ul and il attributes not preserved with getSemanticHTML

Author: Pizza1Created May 5, 2026Updated Jul 22, 2026
I have a list of the form which looks like this in the DOM but when calling getSemanticHTML(), it returns `'
  1. a
  2. b
  3. c
    1. a
    2. b
    3. c
      1. a
      2. b
      3. c
'` (i.e without the data-list='ordered', etc....) is there a way around this?