Markdown Formatting Guide
For version control reasons, articles for Eating Hours are written in plain text and formatted using Markdown (instead of using rich text editor like MS Word). This guide is a quick reference to show how easy markdown is to formatting with markdown. These are the only the most used effects, the full markdown syntax is supported.
Do your best and don't worry, we'll fix any problems when posting.
| To get this effect… | Type this… |
|---|---|
| Bold phrase | *Bold phrase* |
| Italic phrase | _Italic phrase_ |
|
* Bulleted list * Bulleted list |
|
1. Numbered list 2. Numbered list |
| Workpapers.com | [Workpapers.com](http://www.workpapers.com) |
Quote block |
> Quote block |
Big header |
# Big header |
Normal header |
## Normal header |


