module YARD::Templates::Helpers::HtmlHelper
def html_markup_textile_strict(text)
- Since: - 0.6.0
Returns:
-
(String)- the output HTML
Parameters:
-
text(String) -- the input textile data
def html_markup_textile_strict(text) markup_class(:textile).new(text).to_html end