Markdown
renders Markdown as HTMLProject Forge provides comprehensive utilities for rendering Markdown files as HTML, making it easy to create documentation systems, content management features, and rich text displays. The markdown system is designed to integrate seamlessly with Project Forge’s templating and component systems.
Overview
The markdown utilities offer: - No JavaScript Required: Full functionality using pure CSS and HTML - Server-side Rendering: Convert Markdown to HTML on the server - Content Processing: Clean and format HTML output for safe display - Documentation Integration: Built-in support for documentation browsing - Flexible Transformation: Custom processing pipelines for specialized content
Basic Usage
1 | |
Content Security and Sanitization
HTML Sanitization
The FormatCleanMarkup function provides built-in HTML sanitization:
1 | |