Wikicr::Markdown
Inherits Wikicr::Markdown::Render / Struct / Value / Object
Constructors
Class methods
to_html(input : String, context : Page, index : Page::Index) : String
Page::Markdown.to_html("Test of [[internal-link]]", current_page, index_of_internal_links)
to_markdown(input : String, context : Page, index : Page::Index) : String
SourceInstance methods
context
Sourcecontext=(context : Page)
Sourceindex
Sourceindex=(index : Page::Index)
Sourcetext
Sourcetext=(text : String)
Source