You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that quotes don't work in react-native app. They work in web (although I had to manually style the blockquote component, but at least markdown processor properly replaced > char with blockquote tag).
In react-native app I just get:
As you might notice some markdown works, like bold and link, however italic is interpreted as another bold and quote symbol is ignored altogether.
From what I see one can provide own markdownRules, but I wouldn't want to override internal markdownRules completely. Probably just add one for the quotes. I searched through the source code and I do not see a place where default rules are defined. Neither they are imported from anywhere, so I'm not sure.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I noticed that quotes don't work in react-native app. They work in web (although I had to manually style the blockquote component, but at least markdown processor properly replaced > char with blockquote tag).
In react-native app I just get:
As you might notice some markdown works, like bold and link, however italic is interpreted as another bold and quote symbol is ignored altogether.
From what I see one can provide own markdownRules, but I wouldn't want to override internal markdownRules completely. Probably just add one for the quotes. I searched through the source code and I do not see a place where default rules are defined. Neither they are imported from anywhere, so I'm not sure.
Any hints or ideas?
Beta Was this translation helpful? Give feedback.
All reactions