Skip to main content

Markdown

The Markdown component allows you to display Markdown content.

Markdown component

The following section details Markdown component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:

Markown Component Configuration​

NameTypeConnectableTemplatableDefaultDescription
Data Sourcestringtruetrue# This is a header\n ## This is a subheader\nThis is a paragraph.\n* This is a list\n* With two itemsThe Markdown content to render.
SizeselecttruefalseDefaultSee Tailwind documentation: https://tailwindcss.com/docs/typography-plugin (sm, Default, lg, xl, 2xl)

Controls​

This component can be controlled by frontend scripts using these functions:

NameParametersDescriptionExample
recomputeid: stringRecompute a component.recompute('a');

Outputs​

NameTypeDescription
resultstringThe Markdown content.
loadingbooleanThe loading state of the Markdown component.

Controls​

recompute: frontend script helper to recompute the component on demand or automatically.