Overview
Style and format text. Embed code, videos, and images.
Markdown works for both posts and comments.
Just write your raw markdown syntax using the guide below and submit.
We support the following syntax options for text formatting:
Element | Markdown Syntax | Example output |
Heading | # Heading | Heading |
Bold | **Bold text** | Bold text |
Italic | *Italicized text* | Italic text |
Ordered list | 1. First item 2. Second item 3. Third item |
|
Unordered list | - First item - Second item - Third item |
|
Code (Single-line) | `Line of code` |
|
Code (Multi-line) | ``` Block of code ``` | Block |
Link | [Link](https://canny.io) | |
Image | ![](https://image.url) |
|
Video | ![](https://video.url) |
|
Here's the result!
Things to note:
To keep things simple, there's no preview mode or formatting toolbar.
When using multi-line code, blank lines are collapsed by default. Adding a "space" character will allow you to have a blank line.
Embedding videos supports videos hosted on YouTube, Vimeo, Loom, & Wistia.
Related Articles: