### Environment information main ### What happened? The following markdown is incorrectly parsed ```md * Text - foo - lreum - bar ``` https://biomejs.dev/playground/?lintRules=useVueConsistentDefinePropsDeclaration&tab=syntax&pane=Console&code=CgAqACAAVABlAHgAdAAKAAoAIAAJAC0AIABmAG8AbwAKACAACQAtACAAbAByAGUAdQBtAAoAIAAJAC0AIABiAGEAcgAKAA%3D%3D&language=md The nested list is parsed as a normal paragraph. ### Expected result It should be parsed as a bullet list https://spec.commonmark.org/dingus/?text=foo%5C%0Abaz%0A cc @jfmcdowell ### Code of Conduct - [x] I agree to follow Biome's Code of Conduct
Environment information
main
What happened?
The following markdown is incorrectly parsed
* Text - foo - lreum - barhttps://biomejs.dev/playground/?lintRules=useVueConsistentDefinePropsDeclaration&tab=syntax&pane=Console&code=CgAqACAAVABlAHgAdAAKAAoAIAAJAC0AIABmAG8AbwAKACAACQAtACAAbAByAGUAdQBtAAoAIAAJAC0AIABiAGEAcgAKAA%3D%3D&language=md
The nested list is parsed as a normal paragraph.
Expected result
It should be parsed as a bullet list
https://spec.commonmark.org/dingus/?text=foo%5C%0Abaz%0A
cc @jfmcdowell
Code of Conduct