summaryrefslogtreecommitdiff
path: root/utils/tests/test.md
blob: ea8b3864a678cb9abe4a1d046a95a0821b349d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Pandoc Test File
% Ethan Schoonover
% March 22, 2011

%% format: markdown+lhs

The following blockquote can *optionally* be shown as Literate Haskell using 
a global variable in your .vimrc or a __*mode*line__ such as the one above
specifying the format of the document and the +lhs suffix

> import Hakyll
> main :: IO ()
> main = hakyll $ do
>     compile "css/*" $ byExtension (error "Not a (S)CSS file")

Using *Pandoc*
=============

In this document the technical terms `water` and `ice` will be replaced by 
H~2~O.^[a contrived footnote]

## Heading styles can be mixed

And matched, and they still fold **properly**

* * * *

Some code:

    a verbatim or "code" block