From f37241eb6327f30f418d9b3b86cac0cfff1348f2 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sat, 15 Jul 2017 15:06:06 +0200 Subject: Add markdown style lists --- style/_markdown.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'style') 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- '; + } +} -- cgit v1.1