Skip to content

Commit

Permalink
fix(frontend): don't auto-quote blockquotes (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Nov 8, 2022
1 parent f654911 commit 0814b87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/lib/assets/css/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@

blockquote {
margin: 0;
quotes: unset;
p:first-of-type::before,
p:first-of-type::after {
content: unset;
}
}

ul,
Expand Down

0 comments on commit 0814b87

Please sign in to comment.