HaxeFoundation / HaxeFoundation/haxe-markdown

Nested lists

Open
#17 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haxe
Stars
65
Forks
25
PR merge metrics
No merged PRs in 30d

Description

Hello!
I was trying out a few things with the markdown parser, and noticed that it doesn't seem to handle nested lists. I don't think nested lists are actually in the markdown "spec," but it seems that implementations often support them. Thanks for your work on this project!

``` haxe
var myMarkdown = `
- item 1
- item 2
- item 3
- item 4
- item 5
`;
```

Results in this markup:

``` html


  • item 1

  • item 2
    - item 3
    - item 4

  • item 5

  • item 6


```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.