mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-21 16:15:45 +00:00
fix: Render newlines in markdown fields (#682)
Co-authored-by: zebrapurring <>
Former-commit-id: b9183109f2
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…
Reference in a new issue