From fb6a805f7285a88e485fed52211f0d4631c1e860 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 14 Jan 2021 19:50:33 +0300 Subject: fix: remove unnecessary escape sequences --- src/demo/content.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/demo/content.md') diff --git a/src/demo/content.md b/src/demo/content.md index 41607a9..01d848f 100644 --- a/src/demo/content.md +++ b/src/demo/content.md @@ -4,9 +4,9 @@ Switch between tabs on the header to explore other markdown templates. :recycle: Templates on the left are being loaded from the [GitHub](https://github.com), though this pane is generated from plaintext. :pen: ## How do I use this feature? ``` -import Markdown from \'react-benzin\'; -const data = \'# Header\\nHello, *world!*\'; -ReactDOM.render(, document.getElementById(\'root\')); +import Markdown from 'react-benzin'; +const data = '# Header\nHello, *world!*'; +ReactDOM.render(, document.getElementById('root')); ``` `$tryButton` -- cgit v1.2.3