From 1d583bcb489cefa0be3774080718aae2b00f9de2 Mon Sep 17 00:00:00 2001 From: Andrei Marcu Date: Mon, 2 Dec 2019 18:38:07 -0800 Subject: [PATCH] Fix #189 - Markdown lists don't show numbers/bullets --- static/css/github-markdown.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/github-markdown.css b/static/css/github-markdown.css index 6823d9c..6a27ed0 100644 --- a/static/css/github-markdown.css +++ b/static/css/github-markdown.css @@ -44,6 +44,10 @@ overflow: auto; } +.markdown-body li { + list-style: unset; +} + .markdown-body code, .markdown-body kbd, .markdown-body pre {