react-native-markdown-renderer
react-native-markdown-renderer copied to clipboard
Fix text styling that is not being applied consistently
trafficstars
Supplying lineHeight to the props.style.text styles would not be rendered, because the 'textgroup' does not hand down the style to its 'text' rules.
I believe this applies "text" styles to heading as well, since headings are block elements (for spacing) that render their contents as a text element.