fix: Render newlines in markdown fields (#682)

Co-authored-by: zebrapurring <>
Former-commit-id: b9183109f2
This commit is contained in:
zebrapurring 2023-12-25 04:27:58 +01:00 committed by GitHub
parent d759fad40c
commit 5e83b28ff5
1 changed files with 1 additions and 0 deletions

View File

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