mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 21:48:45 -05:00
7eefdd336c
* add CTA question type together with new Text Editor based on Lexical and CTA summary --------- Co-authored-by: moritzrengert <moritz@rengert.de>
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 });
|