Skip to content

Commit

Permalink
Fix: Display bullets for unordered list in markdown previews (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press authored Feb 2, 2019
1 parent 68e962e commit a18002b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/viewers/text/Markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
// Overrides pre-wrap from plain text
.markdown-body {
white-space: normal;

ul {
li {
list-style: disc;
}
}
}

0 comments on commit a18002b

Please sign in to comment.