deps: update marked integration

This commit is contained in:
Aetherinox 2024-04-21 04:27:23 -07:00
parent 8d7c48a4c2
commit 78635ddaa1
No known key found for this signature in database
GPG Key ID: CB5C4C30CD0D4028
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import dompurify from 'dompurify';
import marked from 'marked';
import { marked } from 'marked';
const whiteSpaceRegex = /<\/?p>|<br>|\r|\n/g;