<script src="https://cdn.jsdelivr.net/gh/tutts/google-sites-markdown/index.js"></script>
<script>
markdown`
# Superheroes
Look I can write Markdown in Google Sites!
> Are tables now possible?
- [X] Yep!
- [ ] No
## Hero Table
| ID | Name | Hero |
| --- | ------------ | --------- |
| 1 | Peter Parker | Spiderman |
| 2 | Bruce Wayne | Batman |
*What about lists?*
- Yep
- Hooray! 🎉
`
</script>
<삽입 결과>
<script src="https://cdn.jsdelivr.net/gh/tutts/google-sites-markdown/index.js"></script>
<script>
markdown`
<pre>
<code>
for i in a:
i += i
</code>
</pre>
`
</script>
<삽입 결과>