Podio text boxes can be formatted using Markdown! This works in text fields in-app, chat, status...etc.
Element | Markdown Syntax |
---|---|
Heading | # H1 |
Bold | **bold text** |
Italic | *italicized text* |
Blockquote | > blockquote |
Ordered List |
1. First option |
Unordered List |
- First 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