aboutsummaryrefslogtreecommitdiff
path: root/static/media
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-01-14 16:58:52 +0000
committereug-vs <eug-vs@keemail.me>2021-01-14 16:58:52 +0000
commit2124e18f0f57c6e227214c583690a86825b57fa2 (patch)
tree9bdcd2c2c6869b8ac1f043f348813f567555bee0 /static/media
parentfc08a51ef0e7ebb2d14bc7159050561ef6c1eca1 (diff)
downloadreact-benzin-2124e18f0f57c6e227214c583690a86825b57fa2.tar.gz
Updatesgh-pages
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`