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 (1,640 forks)batch import
help wanted

Repository metrics

Stars
 (13,700 stars)
PR merge metrics
 (Avg merge 15h 21m) (3 merged PRs in 30d)

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