md2d

Modules

link
module md2d.link
Undocumented in source.
parser
module md2d.parser
Undocumented in source.
util
module md2d.util

Utility functions for string processing Modified from https://github.com/dlang-community/dmarkdown/blob/master/source/dmarkdown/string.d

Members

Functions

md2d
string md2d(string md_source, MarkdownSettings settings)
Undocumented in source. Be warned that the author may not have intended to support it.
parseMD
void parseMD(string md_source, Block block, MarkdownSettings settings)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta