docs/MarkdownOption
Forgejo::MarkdownOption
Properties
Name | Type | Description | Notes |
---|---|---|---|
context | String | Context to render in: body | [optional] |
mode | String | Mode to render (comment, gfm, markdown) in: body | [optional] |
text | String | Text markdown to render in: body | [optional] |
wiki | Boolean | Is it a wiki page ? in: body | [optional] |
Example
require 'forgejo' instance = Forgejo::MarkdownOption.new( context: null, mode: null, text: null, wiki: null )