showdownjs/showdown

List under a list does not indent

Aberta

#615 aberto em 1 de nov. de 2018

 (4 comentários) (4 reações) (1 responsável)JavaScript (1.640 forks)batch import
help wanted

Métricas do repositório

Stars
 (13.700 estrelas)
Métricas de merge de PR
 (Mesclagem média 15h 21m) (3 fundiu PRs em 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

Guia do colaborador