Browse Source

Ensure all external links have consistent behavior (#11012)

main
Yangshun Tay 7 years ago
committed by Brian Vaughn
parent
commit
a6ed7e1ad3
  1. 6
      _data/nav_community.yml
  2. 2
      index.md

6
_data/nav_community.yml

@ -6,9 +6,9 @@
title: Conferences title: Conferences
- id: videos - id: videos
title: Videos title: Videos
- id: complementary-tools
title: Complementary Tools
href: https://github.com/facebook/react/wiki/Complementary-Tools
- id: examples - id: examples
title: Examples title: Examples
href: https://github.com/facebook/react/wiki/Examples href: https://github.com/facebook/react/wiki/Examples
- id: complementary-tools
title: Complementary Tools
href: https://github.com/facebook/react/wiki/Complementary-Tools

2
index.md

@ -67,7 +67,7 @@ id: home
<h3>A Component Using External Plugins</h3> <h3>A Component Using External Plugins</h3>
<p> <p>
React is flexible and provides hooks that allow you to interface with React is flexible and provides hooks that allow you to interface with
other libraries and frameworks. This example uses **remarkable**, an other libraries and frameworks. This example uses <strong>remarkable</strong>, an
external Markdown library, to convert the textarea's value in real time. external Markdown library, to convert the textarea's value in real time.
</p> </p>
<div id="markdownExample"></div> <div id="markdownExample"></div>

Loading…
Cancel
Save