We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
listItem
list
commonmark: true
* hello1 * hello2 * hello3 * hello4 * hello5 * hello6
astexplorer
Same as CommonMark playground:
[ { "type": "list", "ordered": false, "start": null, "loose": true, "children": [ { "type": "listItem", "loose": true, "checked": null, "children": [ { "type": "paragraph", "children": [ { "type": "text", "value": "hello1" } ] } ] }, { "type": "listItem", "loose": true, "checked": null, "children": [ { "type": "paragraph", "children": [ { "type": "text", "value": "hello2" } ] } ] }, { "type": "listItem", "loose": true, "checked": null, "children": [ { "type": "paragraph", "children": [ { "type": "text", "value": "hello3" } ] } ] }, { "type": "listItem", "loose": true, "checked": null, "children": [ { "type": "paragraph", "children": [ { "type": "text", "value": "hello4" } ] } ] }, { "type": "listItem", "loose": true, "checked": null, "children": [ { "type": "paragraph", "children": [ { "type": "text", "value": "hello5" } ] } ] }, { "type": "listItem", "loose": false, "checked": null, "children": [ { "type": "paragraph", "children": [ { "type": "text", "value": "hello6" } ] } ] } ] } ]
[ { "type": "list", "ordered": false, "start": null, "loose": true, "children": [ { "type": "listItem", "loose": true, "checked": null, "children": [ { "type": "paragraph", "children": [ { "type": "text", "value": "hello1" } ] } ] }, { "type": "listItem", "loose": false, "checked": null, "children": [ { "type": "paragraph", "children": [ { "type": "text", "value": "hello2" } ] } ] } ] }, { "type": "list", "ordered": false, "start": null, "loose": true, "children": [ { "type": "listItem", "loose": true, "checked": null, "children": [ { "type": "paragraph", "children": [ { "type": "text", "value": "hello3" } ] } ] }, { "type": "listItem", "loose": false, "checked": null, "children": [ { "type": "paragraph", "children": [ { "type": "text", "value": "hello4" } ] } ] } ] }, { "type": "list", "ordered": false, "start": null, "loose": true, "children": [ { "type": "listItem", "loose": true, "checked": null, "children": [ { "type": "paragraph", "children": [ { "type": "text", "value": "hello5" } ] } ] }, { "type": "listItem", "loose": false, "checked": null, "children": [ { "type": "paragraph", "children": [ { "type": "text", "value": "hello6" } ] } ] } ] } ]
The text was updated successfully, but these errors were encountered:
https://spec.commonmark.org/0.28/#example-269
Pull requests are welcome!
Sorry, something went wrong.
aab3c3e
No branches or pull requests
Subject of the issue
commonmark: true
Steps to reproduce
astexplorer
Expected behaviour
Same as CommonMark playground:
Actual behaviour
The text was updated successfully, but these errors were encountered: