Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 12, 2024
2 parents 5a0a3d0 + a9d38dd commit 937adae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/lib/marked.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function markedOptionsFactory(): MarkedOptions {
return {
renderer,
gfm: true,
breaks: false,
breaks: true,
pedantic: false,
smartLists: true,
smartypants: false
Expand Down

0 comments on commit 937adae

Please sign in to comment.