rails_markdown

Copyright: 2011 TMX Credit

Author: Potapov Sergey (aka Blake)

Description

This plugin allows you to use markdown templates with placeholders as you use erb or haml.

Usage

In Gemfile:

gem 'rails_markdown'

Create template /path/to/your/template.html.markdown:

# Hello, Mr {{@name}}!
Right now is {{Time.now}}

Contributing to rails_markdown