module NishisukeBlogSyntax

Constants

VERSION

Public Class Methods

convert_html(txt) click to toggle source
# File lib/nishisuke_blog_syntax.rb, line 6
def convert_html(txt)
  raw = RawText.new(txt)
  raw.to_html
end