Files
tea4j-autodeploy/docs/MarkupOption.md
T
2023-03-25 00:09:19 +00:00

11 lines
526 B
Markdown

# MarkupOption
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**context** | **String** | Context to render in: body | [optional]
**filePath** | **String** | File path for detecting extension in file mode in: body | [optional]
**mode** | **String** | Mode to render (comment, gfm, markdown, file) in: body | [optional]
**text** | **String** | Text markup to render in: body | [optional]
**wiki** | **Boolean** | Is it a wiki page ? in: body | [optional]