gitea-rs/crates/gitea-client/docs/MarkupOption.md
kjuulh e78d07db33
feat: find another name
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-09-23 22:29:11 +02:00

16 lines
853 B
Markdown

# MarkupOption
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**context** | Option<**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]
**file_path** | Option<**String**> | File path for detecting extension in file mode in: body | [optional]
**mode** | Option<**String**> | Mode to render (comment, gfm, markdown, file) in: body | [optional]
**text** | Option<**String**> | Text markup to render in: body | [optional]
**wiki** | Option<**bool**> | Is it a wiki page ? in: body | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)