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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I just tested this and am pretty sure it works fine here https://github.com/iamacup/react-native-markdown-display but please let me know if not with a ticket over there
Sorry, something went wrong.
No branches or pull requests
code:
expected behavior:
actual behavior (still a list item):
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:
The text was updated successfully, but these errors were encountered: