diff options
author | rohit <rohit.arondekar@gmail.com> | 2010-06-08 16:52:48 +0530 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-06-08 17:00:11 +0200 |
commit | 47bf19c8485ecead7280019c4815a2ed4f2161d5 (patch) | |
tree | 4856bd09630c97ee5e8cee4defeb0f2ceb7445bd /Gemfile | |
parent | 9d33c2ab6f29e7be32f3b3607f89f2fbc888853b (diff) | |
download | rails-47bf19c8485ecead7280019c4815a2ed4f2161d5.tar.gz rails-47bf19c8485ecead7280019c4815a2ed4f2161d5.tar.bz2 rails-47bf19c8485ecead7280019c4815a2ed4f2161d5.zip |
Made markdown honor :safe option and handle safe input. Also added tests for markdown.
[#4794 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ end # AP gem "RedCloth", ">= 4.2.2" +gem "bluecloth", ">= 2.0.7" group :documentation do gem 'rdoc', '2.1' |