aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 404ac16..5ba33a0 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -99,7 +99,8 @@ const LivePreviewPage: React.FC<LivePropTypes> = ({ setLivePreviewData }) => {
<ContentSection sectionName="Markdown live preview" level={2}>
<p>
Start typing and see your text rendered on the left window!
- You can find the list of all Markdown features {' '}
+ You can find the list of all Markdown features
+ {' '}
<Link href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">
here
</Link>