From 8f6efd526ea34d6ab95d32db890943a0e11d0158 Mon Sep 17 00:00:00 2001 From: Joe Critchley Date: Mon, 25 Sep 2017 17:57:42 +0100 Subject: [PATCH] Markdown fixs on "DOM Attributes in React 16" post (#10816) --- _posts/2017-09-08-dom-attributes-in-react-16.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2017-09-08-dom-attributes-in-react-16.md b/_posts/2017-09-08-dom-attributes-in-react-16.md index fba64ecc8..77ca2d3cd 100644 --- a/_posts/2017-09-08-dom-attributes-in-react-16.md +++ b/_posts/2017-09-08-dom-attributes-in-react-16.md @@ -12,7 +12,7 @@ In the past, React used to ignore unknown DOM attributes. If you wrote JSX with would render an empty div to the DOM with React 15: -````js +```js // React 15 output:
``` @@ -105,7 +105,7 @@ We've made a few other changes to make the behavior more predictable and help en Below is a detailed list of them. * **Unknown attributes with string, number, and object values:** - + ```js
@@ -118,7 +118,7 @@ Below is a detailed list of them. *Note: attributes starting with `on` are not passed through as an exception because this could become a potential security hole.* * **Known attributes with a different canonical React name:** - + ```js