# MarkdownOption

MarkdownOption markdown options

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Context** | **string** | Context to render  in: body | [optional] [default to undefined]
**Mode** | **string** | Mode to render (comment, gfm, markdown)  in: body | [optional] [default to undefined]
**Text** | **string** | Text markdown to render  in: body | [optional] [default to undefined]
**Wiki** | **boolean** | Is it a wiki page ?  in: body | [optional] [default to undefined]

## Example

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

const instance: MarkdownOption = {
    Context,
    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)
