react-native-live-markdown
react-native-live-markdown copied to clipboard
Codeblock and inline code styling differs between web and iOS
Objective
The objective of this task is to align web markdown styling with iOS, since code and codeblock styles are different.
Current state
Web implementation looks aligned with android behaviour - in terms of background span
I think the expected styling in os iOS, so we should align both Android and Web to it
Should be fixed with https://github.com/Expensify/react-native-live-markdown/pull/306 and https://github.com/Expensify/react-native-live-markdown/pull/456