gd2md-html icon indicating copy to clipboard operation
gd2md-html copied to clipboard

Only the Last List-Item Closes

Open sstoft opened this issue 7 years ago • 7 comments

  • Thing 1
  • thing 2
  • Thingy 3
  • Happened on both lists.

    sstoft avatar Nov 22 '17 04:11 sstoft

    What do you mean both lists?

    Also, when I convert this to HTML, I get this:

    <h1>List testing</h1>
    
    <ul>
    
    <li>Thing 1
    <li>thing 2
    <li>Thingy 3</li></ul>
    

    which is actually still valid HTML5, and it renders fine. I'm working on cleaning up some other issues with HTML list-processing, and that may clean up this inconsistency as well.

    evbacher avatar Nov 22 '17 20:11 evbacher

    I had two bullet lists, one with 3 items, and one with 2. But had only on the last item.

    On Wed, Nov 22, 2017 at 12:29 PM, Ed Bacher [email protected] wrote:

    What do you mean both lists?

    Also, when I convert this to HTML, I get this:

    List testing

    • Thing 1
    • thing 2
    • Thingy 3

    which is actually still valid HTML5, and it renders fine. I'm working on cleaning up some other issues with HTML list-processing, and that may clean up this inconsistency as well.

    — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/evbacher/gd2md-html/issues/15#issuecomment-346464933, or mute the thread https://github.com/notifications/unsubscribe-auth/AgUVgiICDolkiEnq0sfKWQwdrRSZUAh8ks5s5IQigaJpZM4Qm2Vj .

    sstoft avatar Nov 22 '17 20:11 sstoft

    Ah, got it. And thanks for reporting this edge case -- let me know if you notice any others.

    evbacher avatar Nov 22 '17 20:11 evbacher

    this is still present, and really my only complaint.

    I love this addon but the list item bug is really show stopping.

    hayksaakian avatar Nov 28 '18 08:11 hayksaakian

    Agreed - I work with a lot of documents with nested lists and this bug is a showstopper for me as well.

    ultimike avatar Jan 14 '19 15:01 ultimike

    I will try to spend some time on this, though Markdown is the primary target.

    evbacher avatar Jan 15 '19 05:01 evbacher