Skip to content

Markdown Renderer

The Markdown Renderer element converts raw Markdown text into formatted HTML. Use it to display documentation, instructions, or any structured content authored in Markdown syntax.


Adding a Markdown Renderer

  1. Open the Website Builder and select a page
  2. Find Markdown in the Display category of the Elements Panel
  3. Drag it onto your page
  4. Configure settings in the Floating Design Panel

Properties

General Tab

PropertyDescription
Markdown ContentRaw Markdown text to render (monospace textarea)
Data SourceStatic (uses content field) or From Element (loads from connected element)
TablesEnable Markdown table rendering
StrikethroughEnable strikethrough syntax
Task ListsEnable - [ ] / - [x] checkbox lists
Auto-link URLsAutomatically convert URLs to clickable links

Data Source (From Element)

When using data binding, map fields from a connected element:

FieldDescription
Source Element IDID of the element providing content
Content FieldField name containing the Markdown string

Color Tab

Customize the container background and border colors.

Dimensions Tab

Adjust padding, margin, border radius, and size.


Supported Markdown Syntax

SyntaxDescription
# HeadingHeadings (h1-h6)
**bold**Bold text
*italic*Italic text
~~strikethrough~~Strikethrough text
[link](url)Hyperlinks
![alt](url)Images
`code`Inline code
```Code blocks
> quoteBlockquotes
- itemUnordered lists
1. itemOrdered lists
- [ ] taskTask lists
`col
---Horizontal rules

Use Cases

  • Documentation: Display formatted instructions or guides
  • Release Notes: Show changelogs with headings, lists, and links
  • Knowledge Base: Render structured content from a data source
  • README Display: Show project documentation within the app

No-Code App Builder