[web-devel] [Yesod] Abstracting permissions with Yesod
dag.odenhall at gmail.com
dag.odenhall at gmail.com
Fri Feb 3 00:40:44 CET 2012
On 2 February 2012 21:37, Bryan Richter <bryan.richter at gmail.com> wrote:
> [1] Github Pages doesn't seem to use Github-flavored markdown!
They do use Jekyll though, so If you put a YAML frontmatter in, you
can use the Liquid filter. Example using an empty frontmatter:
---
---
{% highlight haskell %}
...
{% endhighlight %}
More information about the web-devel
mailing list