mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
import MarkdownIt from "markdown-it";
|
|
|
|
export const md = new MarkdownIt("default", { html: true, breaks: true, linkify: true });
|