hackmdio/codimd

Support alternative formatting for [indented] ordered lists

Open

#543 opened on Sep 7, 2017

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (1,038 forks)batch import
Hacktoberfestenhancement

Repository metrics

Stars
 (8,949 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

GitHub by default uses a different format at each level of a nested ordered list:

  1. testing
    1. child
      1. grandchild
    2. back to this child

Would it be possible for hackmd to support the same thing? (It would make taking meeting notes much easier to follow!) :)

Contributor guide