Const
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.
{{ext:content if true}}
{{ext:[content if true]:[content if false]}}
ext
txt
md
js
The content if false is optional.
Generated using TypeDoc
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]}}
, whereext
is the text file extension, e.g.txt
,md
,js
, etc.The content if false is optional.