Markdown
Headway uses Markdown for formatting.
# 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
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
_You **can** combine them_
* Item 1
* Item 2
* Item 2a
* Item 2b
1. Item 1
2. Item 2
3. Item 3
* Item 3a
* Item 3b

Format: 
Loom, YouTube, Vimeo, and Wistia videos are embedded automatically when entered in a new line, or at the end of one. For example:
Video at the end of line: https://www.youtube.com/watch?v=Xe53-xzKU0U
Video in a new line:
https://www.loom.com/share/d90264426d4848be9c8112fd51841336
To prevent a video link from being automatically embedded, wrap it as a link like this:
[https://www.youtube.com/watch?v=Xe53-xzKU0U](https://www.youtube.com/watch?v=Xe53-xzKU0U)
Videos can also be embedded using the same syntax as images:
Format: 
Examples:




Media sizing can be done with the additional
=
option: simple, assumes units are in px
 sets the height to "auto"
 Image with width of 80% and height of 5em
http://headwayapp.co - automatic!
[Headway](http://headwayapp.co)
> We're living the future so
> the present is our past.
I think you should use an `window.HW_config` instead.
```
function someFunction(arg){
if (arg){
// do something
}
}
```
```javascript
function someFunction(arg){
if (arg){
// do something
}
}
```
Last modified 3yr ago