TextFileDirectives: Placeholder[] = ...

Flow control directives for each text file extension.

Each text file directive follows the same syntax: {{ext:content if true}} or {{ext:[content if true]:[content if false]}}, where ext is the text file extension, e.g. txt, md, js, etc.

The content if false is optional.

Generated using TypeDoc