Markdown
A Markdown component acts as an editor and lets you add markdown data to be rendered on the app screen.
Markdown
Markdown is an easy-to-use markup language that is used with plain text to add formatting elements (headings, bulleted lists, URLs) to plain text without the use of a formal text editor or the use of HTML tags.
Adding Markdown Component.
- Select the Markdown component from the Components drawer. You can open the list of components by clicking the + button next to Components.
- Select the added component in the Components tree and go to the Data tab (third tab)
- Add markdown data in the "Input Text" field, which will process and render the Markdown data on the screen.
Configuration Properties
Property | Description |
---|---|
Component name | An optional descriptive name for the component. If the name is not "Markdown", it will appear as a comment above this component in the generated code. |
Data Configuration
Property | Description |
---|---|
Input Text | You can input Markdown data here which will render on screen. |
Updated 7 months ago