From 2c5c2053bb8a76ea3f626cc59a568d6fd15f860f Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 26 Feb 2024 04:02:47 -0500 Subject: [PATCH] Fix sub and superscript renders. (#296) --- src/users/02-media.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/)