fix: Render newlines in markdown fields (#682)

Co-authored-by: zebrapurring <>
This commit is contained in:
zebrapurring 2023-12-25 04:27:58 +01:00 committed by GitHub
parent 3ee150e7d6
commit b9183109f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@
});
const md = new MarkdownIt({
breaks: true,
html: true,
linkify: true,
typographer: true,