iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
568 stars 167 forks source link

Block quotes are not rendering #150

Closed trajano closed 9 months ago

trajano commented 3 years ago

Trying to render the following

  > Blockquotes can also be nested...
  >> ...by using additional greater-than signs right next to each other...
  > > > ...or with spaces between arrows.

Just shows the original text

abirchall commented 2 years ago

Can you provide device and OS version information?

DannyGeorgeWheeler commented 2 years ago

I'm using Windows 11, tried Chrome and Edge. Same problem for me.