vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.textfilter.markdown

Markdown parser implementation

Functions

NameDescription
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

Classes

NameDescription
MarkdownSettings

Structs

NameDescription
Section

Enums

NameDescription
MarkdownFlags
Authors

Sönke Ludwig

Copyright

© 2012-2019 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.