aboutsummaryrefslogtreecommitdiff
path: root/static/media
diff options
context:
space:
mode:
Diffstat (limited to 'static/media')
-rw-r--r--static/media/content.b312f0cd.md (renamed from static/media/content.013c8163.md)6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/media/content.013c8163.md b/static/media/content.b312f0cd.md
index 41607a9..01d848f 100644
--- a/static/media/content.013c8163.md
+++ b/static/media/content.b312f0cd.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(<Markdown data={data}/>, document.getElementById(\'root\'));
+import Markdown from 'react-benzin';
+const data = '# Header\nHello, *world!*';
+ReactDOM.render(<Markdown data={data}/>, document.getElementById('root'));
```
`$tryButton`