iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
590 stars 169 forks source link

Improve style of blockquote #102

Closed abirchall closed 4 years ago

abirchall commented 4 years ago

This updates the style of blockquote to match the format from https://www.markdownguide.org/basic-syntax/#blockquotes-1

before (iOS):

before_ios

after (iOS):

after_ios