diff --git a/src/users/02-media.md b/src/users/02-media.md
index 6104ba7..1e0589b 100644
--- a/src/users/02-media.md
+++ b/src/users/02-media.md
@@ -17,8 +17,8 @@ The main type of content in Lemmy is text which can be formatted with Markdown.
| \`Inline code\` with backticks | | `Inline code` with backticks |
| \`\`\`
\# code block
print '3 backticks or'
print 'indent 4 spaces'
\`\`\` | ····\# code block
····print '3 backticks or'
····print 'indent 4 spaces' | \# code block
print '3 backticks or'
print 'indent 4 spaces' |
| ::: spoiler hidden or nsfw stuff
_a bunch of spoilers here_
::: | | hidden or nsfw stuff
a bunch of spoilers here
|
-| Some ~subscript~ text | | Some subscript text |
-| Some ^superscript^ text | | Some superscript text |
+| Some \~subscript\~ text | | Some subscript text |
+| Some \^superscript\^ text | | Some superscript text |
[CommonMark Tutorial](https://commonmark.org/help/tutorial/)