README.rdoc in vigetlabs-acts_as_markup-0.4.0 vs README.rdoc in vigetlabs-acts_as_markup-1.0.0
- old
+ new
@@ -1,6 +1,6 @@
-= acts_as_markup
+= Acts as Markup
by Brian Landau of Viget Labs <brian.landau@viget.com>
GitHub Project: http://github.com/vigetlabs/acts_as_markup
@@ -18,11 +18,11 @@
is listed as "markdown" "textile", "wikitext" or "rdoc" (case insensitive) it will
treat it as such, any other value for markup language will have the value pass
through as a normal string.
This AR extension can use 3 different types of Markdown processing backends:
-BlueCloth, RDiscount, or Ruby PEG. You specify which one you want to use by setting
+BlueCloth, RDiscount, Ruby PEG or Maruku. You specify which one you want to use by setting
a config value in your environment.rb file:
ActsAsMarkup.markdown_library = :bluecloth
By default RDiscount will be used.
@@ -106,9 +106,10 @@
The three options currently supported are:
* BlueCloth
* RDiscount[http://github.com/rtomayko/rdiscount]
* {Ruby PEG}[http://github.com/rtomayko/rpeg-markdown/tree/master]
+* Maruku[http://maruku.rubyforge.org/]
== INSTALL:
<tt>sudo gem install acts_as_markup</tt>