Module | Creole |
In: |
lib/creole/version.rb
lib/creole/parser.rb lib/creole.rb |
VERSION | = | '0.5.0' |
Convert the argument in Creole format to HTML and return the result. Example:
Creole.creolize("**Hello //World//**") #=> "<p><strong>Hello <em>World</em></strong></p>"
This is an alias for calling Creole#parse:
Creole.new(text).to_html