Custom
Referenced In
Fields
Field | Type | Description | Default |
---|---|---|---|
name | string | Optional. Name of the file type. | |
extends | string | Optional. Base template to extend. Accepted values: markdown , asciidoc , html | |
extensions | one of: - string - array of string | Required. File extensions to use with type. | |
inlineStatements | object | Optional. Statements to include tests and steps inside the content of the file, such as within Markdown. | |
markup | array of object | Optional. Markup definitions for the file type. |
Examples
{
"name": "example",
"extends": "markdown",
"inlineStatements": {},
"markup": []
}