From 014cb702fd748960a3103e268c367b9a8a90a939 Mon Sep 17 00:00:00 2001 From: Steve Wang Date: Thu, 26 Jun 2025 19:31:26 -0400 Subject: [PATCH] Improve unordered list rendering. There are a number of situations where "list-style-position: inside;" actually makes the rendering more awkward, and I do not see any benefits where I personally find that the existing behavior is better than the alternative. --- _sass/base/_markdown.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/_sass/base/_markdown.scss b/_sass/base/_markdown.scss index fc5a7ee..efb5d77 100644 --- a/_sass/base/_markdown.scss +++ b/_sass/base/_markdown.scss @@ -32,7 +32,6 @@ ol, ul { list-style: initial; - list-style-position: inside; font-size: 15px; font-weight: 300; margin: 0 20px;