mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
11 lines
700 B
Markdown
11 lines
700 B
Markdown
# MarkupOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**context** | **String** | URL path for rendering issue, media and file links Expected format: /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} in: body | [optional]
|
|
**filePath** | **String** | File path for detecting extension in file mode in: body | [optional]
|
|
**mode** | **String** | Mode to render (markdown, comment, wiki, file) in: body | [optional]
|
|
**text** | **String** | Text markup to render in: body | [optional]
|
|
**wiki** | **Boolean** | Is it a wiki page? (use mode=wiki instead) Deprecated: true in: body | [optional]
|