Markdown

Headway uses Markdown for formatting.

Headers

# This is an <h1> tag
## This is an <h2> tag
### This is an <h3> tag
#### This is an <h4> tag
##### This is an <h5> tag
###### This is an <h6> tag

Emphasis

*This text will be italic*
_This will also be italic_

**This text will be bold**
__This will also be bold__

_You **can** combine them_

Lists

Unordered

Ordered

Media

Images

Video

Loom, YouTube, Vimeo, and Wistia videos are embedded automatically when entered in a new line, or at the end of one. For example:

To prevent a video link from being automatically embedded, wrap it as a link like this:

Videos can also be embedded using the same syntax as images:

Sizing images and video

Media sizing can be done with the additional = option:

Blockquotes

Inline code

Code blocks

Simple code block

Syntax Highlighting

Last updated