Skip to content

anga/markup_for

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markup for

Markup for is a simple gem for use a markup language in a column.

Usage

For example, for use textile in the column body, only you need:

markup_for :body, :textile

Now we write in the column.

@post.body = "h1. An HTML first-level heading"

Now for get the html result:

@post.body_html

Supported formats

  • :creole
  • :markup
  • :mediawiki
  • :org
  • :rdoc
  • :textile

About

Simple gem for use a Markup language in a column

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages