mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-24 09:35:42 +00:00
fix: Render newlines in markdown fields (#682)
Co-authored-by: zebrapurring <>
This commit is contained in:
parent
3ee150e7d6
commit
b9183109f2
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
const md = new MarkdownIt({
|
const md = new MarkdownIt({
|
||||||
|
breaks: true,
|
||||||
html: true,
|
html: true,
|
||||||
linkify: true,
|
linkify: true,
|
||||||
typographer: true,
|
typographer: true,
|
||||||
|
|
Loading…
Reference in a new issue