first commit
This commit is contained in:
3
calcom/packages/lib/markdownIt.ts
Normal file
3
calcom/packages/lib/markdownIt.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import MarkdownIt from "markdown-it";
|
||||
|
||||
export const md = new MarkdownIt("default", { html: true, breaks: true, linkify: true });
|
||||
Reference in New Issue
Block a user