tendril.utils.files.markdown module

Docstring for markdown

class tendril.utils.files.markdown.TendrilMistuneRenderer(**kwargs)[source]

Bases: mistune.Renderer

placeholder()[source]
block_code(code, lang=None)[source]
block_quote(text)[source]
block_html(html)[source]
header(text, level, raw=None)[source]
hrule()[source]
list(body, ordered=True)[source]
list_item(text)[source]
paragraph(text)[source]
table(header, body)[source]
table_row(content)[source]
table_cell(content, **flags)[source]
double_emphasis(text)[source]
emphasis(text)[source]
codespan(text)[source]
linebreak()[source]
strikethrough(text)[source]
text(text)[source]
image(src, title, text)[source]
inline_html(html)[source]
newline()[source]
footnote_ref(key, index)[source]
footnote_item(key, text)[source]
footnotes(text)[source]
class tendril.utils.files.markdown.MarkdownTreeContainer[source]

Bases: object

collapse_to_text()[source]
collapse_to_markup()[source]
tendril.utils.files.markdown.parse_markdown(fpath)[source]