Skip to content

Commit

Permalink
Fixed sample links.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Apr 27, 2012
1 parent a0fd7cd commit 417625f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.rdoc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ NOTE: Any named block annotation will be removed from <tt>@@@ ruby file.rb</tt>


By default, RDiscount[http://github.com/rtomayko/rdiscount/tree/master] is the Markdown processor. However, you can switch to different implementations by simply installing any of the following processors: By default, RDiscount[http://github.com/rtomayko/rdiscount/tree/master] is the Markdown processor. However, you can switch to different implementations by simply installing any of the following processors:


# Maruku: https://rubygems.org/gems/maruku * Maruku: https://rubygems.org/gems/maruku
# PEGMarkdown: https://rubygems.org/gems/rpeg-markdown * PEGMarkdown: https://rubygems.org/gems/rpeg-markdown
# BlueCloth: https://rubygems.org/gems/bluecloth * BlueCloth: https://rubygems.org/gems/bluecloth
# Redcarpet: https://rubygems.org/gems/redcarpet * Redcarpet: https://rubygems.org/gems/redcarpet


Note: RDiscount will always be installed as Kitabu's dependency but only used when no Note: RDiscount will always be installed as Kitabu's dependency but only used when no
alternative library is available. alternative library is available.
Expand All @@ -161,8 +161,9 @@ alternative library is available.


I published two PDFs (portuguese only) exploring lots of features. Check it out: I published two PDFs (portuguese only) exploring lots of features. Check it out:


* http://howtocode.com.br/downloads/rdoc.pdf * http://cl.ly/3j1s2g1O1b1c0S3M0n20
* http://howtocode.com.br/downloads/rails-application-templates.pdf * http://cl.ly/1L1o123L3Z0p3P0L1Q3t
* http://cl.ly/0a2W3s3u2T2P1V0C0c3g


There's also an (probably) outdated Rails Guide section in the <tt>examples</tt> directory. There's also an (probably) outdated Rails Guide section in the <tt>examples</tt> directory.


Expand Down

0 comments on commit 417625f

Please sign in to comment.