Login to follow
Markdown Renderer - Demo

Markdown Renderer - Demo (ODC)

Stable version 1.0.6 (Compatible with ODC)
Uploaded on 05 July 2025 by PebbleRoad Pte Ltd
Markdown Renderer - Demo

Markdown Renderer - Demo (ODC)

Documentation
1.0.6

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:

  • Converts markdown syntax to HTML dynamically.
  • Supports commonly used markdown elements (e.g., bold, italic, code blocks).
  • Seamless integration as a block in OutSystems apps.
  • Made for dynamic and performant content rendering


How to Use:

  1. Add the Markdown Renderer block to your screen
  2. Assign your markdown text value to the block input variable "MarkdownText"
  3. The content will be rendered correctly in your app.


For more information on Markdown: https://www.markdownguide.org/

Markdown basic syntax: https://www.markdownguide.org/basic-syntax/