diff --git a/docs/jsx-is-not-html.md b/docs/jsx-is-not-html.md index 084c9719..b248c2c9 100644 --- a/docs/jsx-is-not-html.md +++ b/docs/jsx-is-not-html.md @@ -55,7 +55,7 @@ You can use mixed arrays with strings and JSX elements. As a last resort, you always have the ability to insert raw HTML. ```javascript -
+ ``` ## Comments