From a2b6d57e6a2498925e3349faf0a8f2c68d6a7cf2 Mon Sep 17 00:00:00 2001 From: Deon George Date: Sat, 5 Nov 2022 16:13:29 +1100 Subject: [PATCH] Fix markdown parser when it renders
  • with

    --- public/css/fixes.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/fixes.css b/public/css/fixes.css index 098b919..7bb1cca 100644 --- a/public/css/fixes.css +++ b/public/css/fixes.css @@ -52,4 +52,9 @@ ol { } #content h5:not(.alert-heading) { font-size: 0.9rem; +} + +/* Fix markdown parser that renders

  • */ +#content ul:not(.pagination) li p { + margin-left: -1ch; } \ No newline at end of file