Markdown Renderer is an OutSystems Forge component that enables developers to easily integrate markdown rendering into their applications. Simply pass a markdown text value to the component, and it will render the content with proper formatting, including headings, lists, links, images, and more.
Key Features:
How to Use:
Markdown Renderer
For more information on Markdown: https://www.markdownguide.org/
Markdown basic syntax: https://www.markdownguide.org/basic-syntax/
A simple component to render Markdown text and display it in a Reactive Web Application.
Use this block component anywhere you need to render Markdown text in you app. Pass it plain text and you're done!
Check the demo for an example.