Skip to content
evaryont edited this page Sep 13, 2010 · 3 revisions

A collection of things that are short enough that don’t need their own page. (if you want to expand on them in separate page, go ahead!)

Using markdown in your templates

In your templates, Toto exposes the markdown method, so you can parse markdown in any text or metadata. A common use case is parsing markdown in the title of your post, which Toto doesn’t do by default. To do so, add <%= markdown article.title %> to your template.