Render newlines in markdown fields

This commit is contained in:
zebrapurring 2023-12-24 12:13:19 +01:00
parent 3ee150e7d6
commit 369951f9bb

View file

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