module Webgen::ContentProcessor::Kramdown
Processes content in kramdown format (based on Markdown) using the kramdown
library.
Public Class Methods
call(context)
Convert the content in context
to HTML.