Convert the given content to HTML. Has to be overridden in subclasses!
[Source]
# File lib/webgen/plugins/contentconverters/default.rb, line 34 34: def call( content ) 35: raise NotImplementedError 36: end
[Validate]