textilize 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/textilize/helper.rb +1 -1
- data/lib/textilize/version.rb +1 -1
- metadata +1 -1
data/lib/textilize/helper.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#mainly extract from Rails2.
|
2
2
|
module Textilize
|
3
3
|
module Helper
|
4
|
-
require '
|
4
|
+
require 'redcloth'
|
5
5
|
# Returns the text with all the Textile[http://www.textism.com/tools/textile] codes turned into HTML tags.
|
6
6
|
#
|
7
7
|
# You can learn more about Textile's syntax at its website[http://www.textism.com/tools/textile].
|
data/lib/textilize/version.rb
CHANGED