module YARD::Templates::Helpers::HtmlHelper
HTML helper
Public Instance Methods
html_markup_kramdown(text)
click to toggle source
# File lib/yard-kramdown-markup.rb, line 18 def html_markup_kramdown(text) markup_class(:kramdown).new(text).to_html end