Before I was forced into the new Facebook layout in 2020, I used to be able to make some formatted posts by simply copying some text like Bold text, links with their own title etc.
But now we are forced into the new Layout, and I can't just simply cut and paste formatted text into the new layout.
To get around this, the new Facebook layout in 2020 allows you to use Markdown.
To add formatting with Markdown to a post:
Format | Action |
---|---|
Bold | **text** |
Italics | *text* |
List | - item |
Link | [title](https://facebook.com) |
Numbered list | 1. first item |
Quote | > quote |
H1 | # Heading |
H2 | ## Heading |
Inline code | `code` // your code here |