1/4
#Fedilab by @apps supports #MarkDown syntax for toots if enabled in the #FedilabApp's settings under the *Timelines* configuration section.
If writing toots with MarkDown elements beware that Fediverse clients without MarkDown support will display the toot text literally. So choose the used MarkDown elements wisely.
I needed a #CheatSheet for this to see what's working and how it's displayed. Here it goes. 🧵
(I haven't explored table and URL formatting support etc.)
## Different Font styles
`Some ~~Strike Through~~ text.`
Some ~~Strike Through~~ text.
---
`Some *Italics* text.`
Some *Italics* text.
---
`Some **Bold** text.`
Some **Bold** text.
---
`Some ***Bold & Italics*** text.`
Some ***Bold & Italics*** text.
---
Alternate formatting of syllables **within** one word:
`**~~re~~***pre***sen***ta***tion**`
**~~re~~***pre***sen***ta***tion**
There are other variants involving the underline (`_`) character which are not as versatile because they can't be used inside words.