markdown v0.1.1 Markdown.HtmlRenderer View Source

Link to this section Summary

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 double_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 image(data, url, title, alt_text) 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 raw_html(data, raw_html) View Source
Link to this function strikethrough(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