From d685620f31e4656cd5a0baabe609dbd1ddb2123c Mon Sep 17 00:00:00 2001 From: crismali Date: Tue, 1 Nov 2016 15:08:29 -0700 Subject: [PATCH] =?UTF-8?q?Prevent=20escaped=20'a'=20tag=20html=20from=20a?= =?UTF-8?q?ppearing=20in=20'Integration=20With=20Exis=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Explain the **motivation** for making this change. What existing problem does the pull request solve? - Prevents unclickable, escaped HTML from appearing in the docs. [Before](https://facebook.github.io/react-native/docs/integration-with-existing-apps.html#our-sample-app): ![screen shot 2016-11-01 at 2 45 14 pm](https://cloud.githubusercontent.com/assets/3209502/19904789/263a4080-a042-11e6-8d9e-f88d3f8e5a77.png) After: ![screen shot 2016-11-01 at 2 45 29 pm](https://cloud.githubusercontent.com/assets/3209502/19904813/39a5dcf6-a042-11e6-9dfb-766af44a246c.png) Closes https://github.com/facebook/react-native/pull/10685 Differential Revision: D4113084 Pulled By: hramos fbshipit-source-id: 210cc97d8f53ee0ec7a26640d99c4dfedf7145b5 --- docs/IntegrationWithExistingApps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index 0ba01f45e..4b3b960ca 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -107,11 +107,11 @@ $ sudo gem install cocoapods -Assume the [app for integration](https://github.com/JoelMarcey/iOS-2048) is a 2048 game. Here is what the main menu of the native application looks like without React Native. +Assume the [app for integration](https://github.com/JoelMarcey/iOS-2048) is a [2048](https://en.wikipedia.org/wiki/2048_%28video_game%29) game. Here is what the main menu of the native application looks like without React Native. -Assume the [app for integration](https://github.com/JoelMarcey/swift-2048) is a 2048 game. Here is what the main menu of the native application looks like without React Native. +Assume the [app for integration](https://github.com/JoelMarcey/swift-2048) is a [2048](https://en.wikipedia.org/wiki/2048_%28video_game%29) game. Here is what the main menu of the native application looks like without React Native.