mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-29 15:59:39 +08:00
Summary: The markdown parser (Marked) used by the docs doesn't handle links ending with a closing bracket. The result is a broken link in the [Integration With Existing Apps](http://facebook.github.io/react-native/docs/integration-with-existing-apps.html#our-sample-app) guide. Using HTML makes the parser ignoring these links. Note: this is a well-known issue of Marked: https://github.com/chjj/marked/issues/690 Note bis: The fix #9429 didn't solve the problem. Closes https://github.com/facebook/react-native/pull/10225 Differential Revision: D3964341 fbshipit-source-id: 61564d1cbb632fa1f0c71e7c6cbdc0b9a200caa4