You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have users who want to render some content in an ordered list. The content looks good in Github, but when I render it with react-markdown using the remark-gfm plugin, it gets rendered wrong and the whole list is not looking as expected.
Subject of the issue
I have users who want to render some content in an ordered list. The content looks good in Github, but when I render it with
react-markdown
using theremark-gfm
plugin, it gets rendered wrong and the whole list is not looking as expected.Your environment
react-markdown
(version 5)Steps to reproduce
Example in
codesandbox.io
:https://codesandbox.io/s/react-markdown-forked-v6iy7?file=/src/App.js
Expected behavior
Should render the ordered list exactly like in Github:
Actual behavior
The text was updated successfully, but these errors were encountered: