Editing
Cancel
markdown and metadata
| What you type | What you get |
|---|---|
| # Heading | Big heading |
| ## Heading | Smaller heading |
| ### Heading through ###### Heading | Heading sizes 3 through 6 |
| first line second line | One return starts a new line. Leave a blank line for a new paragraph. |
| **bold** | bold |
| *italic* | italic |
| ~~crossed out~~ | Crossed-out text |
| ==highlighted== | Highlighted text |
| %red% colored text %% | Text in a named color |
| %#a16de8% colored text %% | Text in a hex color |
| !>hidden text | Spoiler text that can be clicked |
| !~ underlined text ~! | Underlined text |
| !~blue;double; underlined text ~! | Colored double underline |
| !~green;wavy;line-through;3; styled text ~! | Color, line style, line type, and thickness |
| %violet% !~green; colored and underlined ~! %% | Color and underline can be combined. |
| !~violet; %green% this works too %% ~! | They work in either order. |
| -> centered text <- | Centered text |
| -> right-aligned text -> | Right-aligned text |
| ### -> centered heading <- | A centered heading |
| [TOC] | Links to every heading in the paste |
| [TOC2] | Links to headings 2 through 6. TOC3 through TOC6 work too. |
| - first item - second item - nested item | Bulleted list. Use four spaces for a nested item. |
| * first item * second item | Asterisks work for lists too. |
| 1. first item 2. second item 1. nested item | Numbered list |
| - [ ] not done - [x] done | Checkboxes |
| [notes 🌙]: (this stays hidden) | A hidden comment. Words, emoji, and symbols can go inside the square brackets. |
| > quoted text | Quote |
| >> nested quote | Quote inside a quote |
| *** | Horizontal line |
| \*not italic\* | Backslashes show Markdown symbols as normal text. |
| !!! note a small note the note goes here | A note box |
| !!! warning please read warning text | Warning box. You can also use info, danger, or greentext. |
| https://example.com | Automatic link |
| example.com | Links without https:// work too. |
| [my link](https://example.com) | Link with your own text |
|  | Image |
|  | Image with mouseover text |
| {100px:100px} | Image width and height. You can use px, %, vw, or vh. |
|  | Image floated left. Use #right for the other side. |
| ->  <- | Centered image |
| [](https://example.com) | Clickable image |
| [{300px:200px}](https://youtube.com/watch?v=VIDEO_ID) | Clickable video thumbnail |
| !; | Clears a left or right image so the next part starts below it. |
contact information coming soon.