Marked & DOMPurify
Jedison supports Markdown formatting in various text fields including titles, descriptions, and info content. This is enabled by the marked.js
library and activated by setting parseMarkdown: true
in the Jedison configuration.
For security, all HTML output is sanitized using DOMPurify
. This prevents XSS attacks while preserving safe HTML content. Sanitization is enabled with purifyHtml: true
in the Jedison configuration.