# MarkupOption

MarkupOption markup options

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**BranchPath** | **string** | The current branch path where the form gets posted  in: body | [optional] [default to undefined]
**Context** | **string** | Context to render  in: body | [optional] [default to undefined]
**FilePath** | **string** | File path for detecting extension in file mode  in: body | [optional] [default to undefined]
**Mode** | **string** | Mode to render (comment, gfm, markdown, file)  in: body | [optional] [default to undefined]
**Text** | **string** | Text markup to render  in: body | [optional] [default to undefined]
**Wiki** | **boolean** | Is it a wiki page ?  in: body | [optional] [default to undefined]

## Example

```typescript
import { MarkupOption } from 'berg';

const instance: MarkupOption = {
    BranchPath,
    Context,
    FilePath,
    Mode,
    Text,
    Wiki,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
