From 0dcef68a77ebe429b16b35b4186bfb4abc28ea53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 10 Feb 2016 12:13:01 -0800 Subject: [PATCH] [docs] Reformat script tags on download page --- downloads.md | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/downloads.md b/downloads.md index 39d90300..7d20acdb 100644 --- a/downloads.md +++ b/downloads.md @@ -24,32 +24,48 @@ If you're just starting out, make sure to use the development version. The uncompressed, development version of [react.js](https://fb.me/react-{{site.react_version}}.js) and [react-dom.js](https://fb.me/react-dom-{{site.react_version}}.js) with inline documentation (you need both files). ```html - - + + ``` #### React {{site.react_version}} (production) The compressed, production version of [react.js](https://fb.me/react-{{site.react_version}}.min.js) and [react-dom.js](https://fb.me/react-dom-{{site.react_version}}.min.js) (you need both). ```html - - + + ``` #### React with Add-Ons {{site.react_version}} (development) The uncompressed, development version of React with [optional add-ons](/react/docs/addons.html). ```html - - + + ``` #### React with Add-Ons {{site.react_version}} (production) The compressed, production version of React with [optional add-ons](/react/docs/addons.html). ```html - - + + ``` All scripts are also available via [CDNJS](https://cdnjs.com/libraries/react/).