iamacup / react-native-markdown-display

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

Use monospace font for code (inline, block & fence) #103

Closed abirchall closed 4 years ago

abirchall commented 4 years ago

This improves the rendering of code (code_inline, code code_block and fence) to use a monospace font. Fonts that are installed by default on iOS / Android are chosen.

before (iOS):

code_monospace_ios_before

after (iOS):

code_monospace_ios_after

before (Android):

code_monospace_android_before

after (Android):

code_monospace_android_after