Fix typo Mardown on line 219 (#1229)
This commit is contained in:
parent
96ecb3da5f
commit
f097c88d2e
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ const content = await fetch('https://raw.githubusercontent.com/snowpackjs/snowpa
|
|||
Here we have some __Markdown__ code. We can also dynamically render content from remote places.
|
||||
|
||||
<Markdown content={content} />
|
||||
</Mardown>
|
||||
</Markdown>
|
||||
</Layout>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue