forked from mirrors/homebox
fix: Render newlines in markdown fields (#682)
Co-authored-by: zebrapurring <> Former-commit-id: b9183109f2c7ac309fd44073a1ee6f1f4b013ec8
This commit is contained in:
parent
d759fad40c
commit
5e83b28ff5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
});
|
||||
|
||||
const md = new MarkdownIt({
|
||||
breaks: true,
|
||||
html: true,
|
||||
linkify: true,
|
||||
typographer: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue