Markdown
Render markdown text content.
For more details on markdown syntax see: Markdown cheat sheet.
Block
Welcome to Lowdefy
Click here to learn more about Lowdefy.
Block Setup
id: block_id
type: Markdown
properties:
content: |
### Welcome to Lowdefy
Click [here](https://lowdefy.com) to learn more about Lowdefy.
Settings
Markdown JSON Schema Definition
type: object
properties:
properties:
additionalProperties: false
properties:
content:
description: Content in markdown format.
type: string
skipHtml:
default: false
description: >-
By default, HTML in markdown is escaped. When true all HTML code in the
markdown will not be rendered.
type: boolean
style:
description: Style to apply to Markdown div.
type: object
type: object