Lowdefy
v3.17.2/display/Markdown/

Markdown

Render markdown text content.

For more details on markdown syntax see: Markdown cheat sheet.

Welcome to Lowdefy

Click here to learn more about Lowdefy.

id: block_id
type: Markdown
properties:
  content: |
    ### Welcome to Lowdefy 

    Click [here](https://lowdefy.com) to learn more about Lowdefy.

properties:
Content in markdown format.
By default, HTML in markdown is escaped. When true all HTML code in the markdown will not be rendered.
Style to apply to Markdown div.
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