You can only compose formatted posts with markdown from a computer. You'll need to have the latest version of the Workplace app for iOS and Android to view formatted posts on your mobile device.
To add formatting with markdown to a group post:
- From your News Feed, click post to a group..
- Select a group to post to and click Format with Markdown.
- Click Formatting Help to view the below formatting options, then format your post. You'll see a preview of the post as you type it.
- Click Post when done.
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 |