showdownjs/showdown

List under a list does not indent

Open

#615 opened on Nov 1, 2018

View on GitHub
 (4 comments) (4 reactions) (1 assignee)JavaScript (13,700 stars) (1,640 forks)batch import
help wanted

Description

When a list under a list is created in the markdown, it does not indent.

This is how list in GitHub behaves

List with Sub-lists

  • 1

    • 1.1
    • 1.2
  • 2

    • 2.1
    • 2.2

And this is how showdown renders

Contributor guide