iamacup / react-native-markdown-display

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

README: Remove heading style as it's a no-op. #94

Closed braincore closed 4 years ago

braincore commented 4 years ago

The heading style was confusing in the README as it made it appear that all headings could be modified via one style. In actuality, every heading is styled individually. I'm guessing this error was made as the "Example Implementation" of Rules generates <Text> elements for headers that are styled by both heading & heading#.

iamacup commented 4 years ago

good spot