Markdown, Slim & HAML
You can use Markdown to markup text and use Slim or HAML for the templates in your Hammer projects.
Hammer compiles both Markdown (.md)
, Slim (.slim)
and HAML (.haml)
files into HTML. For Hammer to automatically compile these, just make sure the file extensions are present.
You can also use Markdown, Slim and HAML as includes: <!-- @include myhamlfile -->
Remember to drop the file extension like you would for an HTML include.