Doc code fence

This commit is contained in:
Chris Done 2014-05-29 01:00:02 +02:00
parent 66aa649bfa
commit 2d59c7835a

View file

@ -16,6 +16,12 @@ If you want to edit a page which has some custom code in it, you'll
want to see the next sections for building and running
instructions. Maybe also take a look at [architecture](#architecture).
If you want to include Haskell code samples, use:
``` haskell
main = putStrLn "Hello, World!"
```
## Building
Clone the repo: