Already answered, but for more info, see
this post was submitted on 30 Aug 2023
0 points (50.0% liked)
Lemmy Moderators
758 readers
1 users here now
A community for moderators of various communities to discuss moderating. Help others and get help yourself! Remember, there are no stupid questions!
If you have general questions or things you want to share about the Fediverse, then head over to [email protected]!
If you want help with making a lemmy bot, then head over to [email protected]!
Rules
- Be nice & respectful.
- Posts has to be on topic.
- Follow the general Lemmy.world rules.
founded 1 year ago
MODERATORS
to add to this, some things to know:
- any syntax can be escaped by prepending it with a backslash (
\
). this won't appear in the rendered message - you can also do a line break without a paragraph break by ending the line with a backslash
- you don't have to do the numbers. start each line of a numbered list with
1.
, and the numbers will be generated automatically - lemmy also supports footnotes[^1] - documentation here, although the "longnote" syntax doesn't work
- you can view the source of any comment/post by pressing the "more" button, then the button that looks like a page. thus you can see how somebody achieved any markup (only available when logged in, for some reason)
- most of these are broken on at least some clients, particularly spoiler and footnotes
[^1]: like this!