aboutsummaryrefslogtreecommitdiff
path: root/style/_markdown.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style/_markdown.scss')
-rw-r--r--style/_markdown.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/style/_markdown.scss b/style/_markdown.scss
index 57d17dd..63e53b8 100644
--- a/style/_markdown.scss
+++ b/style/_markdown.scss
@@ -14,3 +14,12 @@ h2::before {
h3::before {
content: '### ';
}
+
+ul:not(.no-markdown) {
+ list-style-type: none;
+ padding-left: 0;
+
+ li::before {
+ content: '\00a0- ';
+ }
+}