showdownjs/showdown

List under a list does not indent

Open

#615 创建于 2018年11月1日

在 GitHub 查看
 (4 评论) (4 反应) (1 负责人)JavaScript (13,700 star) (1,640 fork)batch import
help wanted

描述

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

贡献者指南