commands.main

Undocumented in source.

Members

Enums

BlockType
enum BlockType
Undocumented in source.

Functions

escapeSystemPath
string escapeSystemPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
evaluate
int evaluate(string source, string packageName, BlockType type, bool verbose)
Undocumented in source. Be warned that the author may not have intended to support it.
getBlockName
string getBlockName(Code code)
Undocumented in source. Be warned that the author may not have intended to support it.
isDisabledBlock
bool isDisabledBlock(Code code)
Undocumented in source. Be warned that the author may not have intended to support it.
isGlobalBlock
bool isGlobalBlock(Code code)
Undocumented in source. Be warned that the author may not have intended to support it.
isSingleBlock
bool isSingleBlock(Code code)
Undocumented in source. Be warned that the author may not have intended to support it.
isTrue
bool isTrue(Nullable!bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
loadCurrentProjectName
string loadCurrentProjectName()
Undocumented in source. Be warned that the author may not have intended to support it.
parseMarkdown
ParseResult parseMarkdown(const(char)[] filepath)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttribute
void setAttribute(const(char)[] data, MD_ATTRIBUTE attr, size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Code
struct Code
Undocumented in source.
CodeAggregator
struct CodeAggregator
Undocumented in source.
DefaultCommand
struct DefaultCommand
Undocumented in source.
ParseResult
struct ParseResult
Undocumented in source.

Meta