diff --git a/src/app/shared/lib/marked.ts b/src/app/shared/lib/marked.ts index a5328a375..d4727dae1 100644 --- a/src/app/shared/lib/marked.ts +++ b/src/app/shared/lib/marked.ts @@ -16,7 +16,7 @@ export function markedOptionsFactory(): MarkedOptions { return { renderer, gfm: true, - breaks: false, + breaks: true, pedantic: false, smartLists: true, smartypants: false