juiceo / react-native-easy-markdown

Simple & customizable React Native component to render Github-flavoured markdown using minimal native components.
https://www.npmjs.com/package/react-native-easy-markdown
65 stars 62 forks source link

Support for bold links #25

Closed marudy closed 5 years ago

marudy commented 5 years ago

Support for links inside bold text is not there.

Provided PR #24

zivester commented 5 years ago

Hello. I'm currently working on a team that has taken over maintenance of this project. Could you try the new version and see if it works for you? v1.3.0, which has been relocated here: https://github.com/TitanInvest/react-native-easy-markdown

Just tested this and the following already should be supported:

[**google.com**](https://www.google.com)
winkelsdorf commented 5 years ago

Could be closed, as v1.3.0 supports bold text in links.

marudy commented 5 years ago

Tried it just today. Works well indeed along with another issue I faced and was the trigger to finally upgrade to this one. Thanks @zivester