mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
* 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 });
|