haskelldocumentation/CONTENT.md

32 lines
875 B
Markdown
Raw Permalink Normal View History

2015-02-24 09:20:17 +00:00
---
2015-02-24 09:18:51 +00:00
title: Content Sample
author: John Doe <johndoe@example.com>
description: This is a short, plain-text description of the content. It's optional, but may prove useful to others.
first-written: 2015-02-24
last-updated: 2015-02-24
last-reviewed: 2015-02-24
2015-02-24 09:20:17 +00:00
---
2015-02-24 09:18:51 +00:00
This is my tutorial on how to write content! Welcome! Having some text before the first header can be useful.
## First Heading
Start at heading level 2. You're free to use any heading style you want, such as:
Second Heading
--------------
Of course, subheadings are allowed also, and are in fact encouraged!
### Third Heading
If you want to write some Haskell code, you should mark it up like:
```haskell
main :: IO ()
main = putStrLn "Hello World!"
```
2015-02-24 09:36:36 +00:00
And don't forget that linking to content ([insert-title](somecontent.md)) and to
2015-02-24 09:35:18 +00:00
outlines ([insert-title](../outline/someoutline.md)) is a good idea.