Method: ContentFS::Renderers::Markdown.render
- Defined in:
- lib/contentfs/renderers/markdown.rb
.render(content) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
10 11 12 |
# File 'lib/contentfs/renderers/markdown.rb', line 10 def render(content) renderer.render(CommonMarker.render_doc(content)) end |