Text Formatting In Podio
Podio text boxes can be formatted using Markdown! This works in text fields in-app, chat, status...etc.
| Element | Markdown Syntax |
|---|---|
| Heading | # H1 ## H2 ### H3 |
| Bold | **bold text** |
| Italic | *italicized text* |
| Blockquote | > blockquote |
| Ordered List | 1. First option 2. Second option 3. Third option |
| Unordered List | - First option - Second option - Third option |
| Code | code |
| Horizontal Rule | --- |
| Link | [title](https://www.example.com) |
| Image |  |
Here is an external article with complete Markdown syntax - https://daringfireball.net/projects/markdown/syntax