markdown-renderer
Reactive icon

Markdown Renderer

Stable version 1.0.6 (Compatible with OutSystems 11)
Uploaded
 on 24 December 2024
 by 
5.0
 (1 rating)
markdown-renderer

Markdown Renderer

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/


1.0.2

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.


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