Aleksei Dvoretskii
Aleksei Dvoretskii
Text Component ellipsis is not displayed correctly in Android (sometimes the three dots are cut-off)
Same issue on 0.71.3 when you use custom font https://github.com/facebook/react-native/issues/36350
## Proposal ### Please re-state the problem that we are trying to solve in this issue. When we copy h1 text manually (Ctrl+C) and paste it to composer, the formatting/markdown...
@0xmiroslav Changing replaceNodes func could lead us to regressions in other cases of conversion. This issue is basically about converting html to markdown and my proposal is to fix htmlToMarkdown...
### Proposal Quick fix: ```diff diff --git a/src/styles/styles.js b/src/styles/styles.js index b826ed336f..84286591e9 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -63,6 +63,7 @@ const webViewStyles = { em: { fontFamily: fontFamily.EXP_NEUE, fontStyle: 'italic',...