--- (THIS PARAGRAPH IS JUST INSTRUCTIONS AND MAY BE DELETED) This is the template for posts to the Eating Hours blog at Workpapers.com. Using this template is designed to be easy for anyone who will invest a few minutes to understand it. We are one of the industry's leading blogs and can provide reach for individuals providing interesting and well-written articles. To edit this template, use any standard text editor such as Wordpad (recommended) or Notepad in Microsoft Windows or TextEdit in Mac OS X. Replace the information in ALL CAPS below with the relevant information for your article. Every article is required to have a Title, at least one Topic, and an Author. Once those items have been updated, write your article's content below (where specified). If you would like to add formatting to your article's content, You can do so using the *Markdown* syntax. We use Markdown to make it easier to manage changes to formatting over time. It is dramatically better for web writing than "Microsoft Word" style text editors for a variety of reasons, but does take a little getting used to. A basic Markdown guide (bold, italic, bullets, numbering, etc.) is available at http://www.workpapers.com/blog/contribute/markdown. title: POST TITLE (REQUIRED) categories: - TOPIC 1 (REQUIRED) - TOPIC 2 - TOPIC 3 - TOPIC 4 - TOPIC 5 author: AUTHOR NAME (REQUIRED), CERTIFICATIONS - TITLE (REQUIRED), COMPANY (REQUIRED) type: regular layout: default comments: true --- This entire section is where your article's content goes. Below are examples of how to use Markdown formatting, though no formatting is required. See http://www.workpapers.com/blog/contribute/example to see how this post, as written here, appears on the blog. # This will create a large heading This is just a normal paragraph but could include *bold phrases* or _italic phrases_. It could also contain a link, say to [Workpapers.com](http://www.workpapers.com). ## This will create subheader In some cases you might want a bulleted list: * Bullet item one * Bullet item two In other cases you might want a numbered list: 1. Numbered item one 2. Numbered item two > This will create a quote block > This will be the second paragraph in the quote block