Toggle Sidebar
Toggle Theme
markdown
v0.1.1
Pages
Modules
markdown v0.1.1
Markdown.HtmlRenderer
View Source
Link to this section
Summary
Functions
autolink(data, url, link_type)
block_code(data, code, lang)
block_html(data, raw_html)
block_quote(data, quote)
codespan(data, code)
double_emphasis(data, text)
emphasis(data, text)
footnote_def(data, content, number)
footnote_ref(data, number)
footnotes(data, content)
header(data, text, header_level)
highlight(data, text)
hrule(data)
image(data, url, title, alt_text)
linebreak(data)
link(data, url, title, content)
list(data, contents, list_type, start)
list_item(data, text, list_type)
paragraph(data, text)
quote(data, text)
raw_html(data, raw_html)
softbreak(data)
strikethrough(data, text)
superscript(data, text)
table(data, header, body)
table_cell(data, content, alignment, header)
table_row(data, content)
triple_emphasis(data, text)
underline(data, text)
Link to this section
Functions
Link to this function
autolink(data, url, link_type)
View Source
Link to this function
block_code(data, code, lang)
View Source
Link to this function
block_html(data, raw_html)
View Source
Link to this function
block_quote(data, quote)
View Source
Link to this function
codespan(data, code)
View Source
Link to this function
double_emphasis(data, text)
View Source
Link to this function
emphasis(data, text)
View Source
Link to this function
footnote_def(data, content, number)
View Source
Link to this function
footnote_ref(data, number)
View Source
Link to this function
footnotes(data, content)
View Source
Link to this function
header(data, text, header_level)
View Source
Link to this function
highlight(data, text)
View Source
Link to this function
hrule(data)
View Source
Link to this function
image(data, url, title, alt_text)
View Source
Link to this function
linebreak(data)
View Source
Link to this function
link(data, url, title, content)
View Source
Link to this function
list(data, contents, list_type, start)
View Source
Link to this function
list_item(data, text, list_type)
View Source
Link to this function
paragraph(data, text)
View Source
Link to this function
quote(data, text)
View Source
Link to this function
raw_html(data, raw_html)
View Source
Link to this function
softbreak(data)
View Source
Link to this function
strikethrough(data, text)
View Source
Link to this function
superscript(data, text)
View Source
Link to this function
table(data, header, body)
View Source
Link to this function
table_cell(data, content, alignment, header)
View Source
Link to this function
table_row(data, content)
View Source
Link to this function
triple_emphasis(data, text)
View Source
Link to this function
underline(data, text)
View Source