module Eyemask::Liquid::Markdown
Constants
- MARKDOWN
Public Instance Methods
markdown(input)
click to toggle source
# File lib/eyemask/liquid/markdown.rb, line 15 def markdown(input) MARKDOWN.render(input) end