Skip to content
Gallery
Coda Pack Markup Examples
Share
Explore
Parsing parameters

icon picker
Markdown Examples

Formatting
Bold
Source
Markup
**bold**
Italics
Source
Markup
*italics*
Underline
Status
Not supported
Source
Markup
underline
Notes
Strikethrough
Source
Markup
~~strikethrough~~
Link
Basic link
Source
Markup
[link](https://example.com)
Link to email
Source
Markup
[link to email](mailto:fake@example.com)
Media
Image
Status
Warning
Source
Markup
![image.png](https://codahosted.io/docs/Yh3vyeakVr/blobs/bl-hio0OxCzxy/5d54c120c9bf9da2e66a5e18fa8f1b84b1b18d970f640a8f280aeed5fc0e71d3a5c73e0dc86a34454f32a2d69a68027a29bebeb602ccc25fd829b09ab264eec03601c0f7e8551f18f2b1ae748fc9e2e1468613396dd1f0cc888f0edcddee5efc5cd8df66)
Notes
Image in canvas
Status
Bug
Source
Markup
Notes
File in canvas
Status
Bug
Source
Markup
Notes
File
Status
Bug
Source
Markup
![invoicesample.pdf](https://codahosted.io/docs/Yh3vyeakVr/blobs/bl-Tvd0VL24g9/9f8ddb3d7cccc087ea19e513272f8b3bbb88f64687647c4d3605f50a110067301064d44b2e08d44406095561e7f3359af42628647adb8b8a649340d0a3f71757073145801fd685229622c5067619f2ca1cf437e93a72fb9a8c261a129c476d490fc9e04c)
Notes
Horizontal rule
Horizontal rule
Status
Bug
Source
Markup
Notes
Line breaks
Line breaks
Source
Markup
Some text More text
Block quotes
Single line
Source
Markup
> Quote here
Multiple lines
Source
Markup
> Multiple > Lines
Blank line
Source
Markup
> Includes > > a blank line
Columns
Columns
Status
Bug
Source
Markup
Notes
Lists
Ordered list
Source
Markup
1. foo 2. bar
Unorded list
Source
Markup
- foo - bar
Unchecked
Source
Markup
- [ ] unchecked - [x] checked
Collapsible list
Status
Bug
Source
Markup
>> One >> Two
Notes
Nested list
Source
Markup
1. One 1. Two 2. Three 2. Four
Code
Inline code
Source
Markup
Use the `foo()` method
Code block
Source
Markup
``` // This is code foo(); ```
Code block with formatting
Status
Bug
Source
Markup
``` // This is **code** foo(); ```
Notes
Headings
Heading 1
Source

Heading 1

Markup
# Heading 1
Heading 2
Source
Markup
## Heading 2
Heading 3
Source
Markup
### Heading 3
Pull quote
Pull quote
Status
Bug
Source
Markup
" “This rules!”
Notes
Table
Text columns
Status
Warning
Source
Markup
## Text columns | Text | Link | | --- | --- | | Apple | https://example.com |
Notes
Text columns w/ rich text
Status
Not supported
Markup
Notes
Number columns
Markup
Date columns
Source
Markup
## Date columns | Date | Time | Date and time | Duration | | --- | --- | --- | --- | | 10/20/2023 | 9:00 AM | 10/20/2023, 7:00 PM | 10 mins |
Boolean columns
Markup
## Boolean columns | Checkbox | Toggle | | --- | --- | | false | true |
People columns
Markup
## People columns | People | Email | Thumbs up | | --- | --- | --- | | Eric Koleda | foo@example.com | Eric Koleda |
Button columns
Status
Bug
Markup
## Button columns | Button | | --- | | model |
Notes
Media columns
Status
Warning
Source
Markup
Notes
Dropdown columns
Source
Markup
Button
Button
Status
Warning
Source
Markup
Open hyperlink
Notes
Colors
Text color
Status
Not supported
Source
Markup
Blue
Notes
Background color
Status
Not supported
Source
Markup
Blue background
Notes
Escaping markup
In rich text
Status
Bug
Source
Markup
This **is** **cool**
Notes
In plain text
Status
Bug
Source
Markup
This is **cool**
Notes
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.