Module vibe.textfilter.markdown
Markdown parser implementation
Functions
Name | Description |
asSlug(text)
|
Generates an identifier suitable to use as within a URL.
|
filterMarkdown(str, flags)
|
Returns a Markdown filtered HTML string.
|
filterMarkdown(dst, src, flags)
|
Markdown filters the given string and writes the corresponding HTML to an output range.
|
getMarkdownOutline(markdown_source, settings)
|
Returns the hierarchy of sections
|
main()
|
|