-
Notifications
You must be signed in to change notification settings - Fork 459
Open
Description
code:
<Markdown>"7\. This is a random markdown item that looks like a list but I don't want it to be a list"</Markdown>
expected behavior:
7. This is a random markdown item that looks like a list but I don't want it to be a list
actual behavior (still a list item):
1 This is a random markdown item that looks like a list but I don't want it to be a list
according to CommonMark docs, the period after the "." should remain, but here it is removed. If I add an additional period after, the result is this:
7... This is a random markdown item that looks like a list but I don't want it to be a list
Metadata
Metadata
Assignees
Labels
No labels