From bfe340bfc3841b72c98cc12a8ac5a34227f21165 Mon Sep 17 00:00:00 2001 From: Antonin Jilek Date: Fri, 7 Apr 2023 20:02:33 +0200 Subject: [PATCH] fixes #8 (markdown lists) --- src/app.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app.css b/src/app.css index 933e0539..ead23e7d 100644 --- a/src/app.css +++ b/src/app.css @@ -39,6 +39,15 @@ padding-bottom: 1em; } + .markdown ul{ + @apply py-4; + } + .markdown li{ + list-style-type: disc; + @apply pl-2 ml-6; + + } + .external::after { padding-left: 0.5rem; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.5' height='13.5' aria-hidden='true' viewBox='0 0 24 24' class='iconExternalLink_nPIU'%3E%3Cpath fill='currentColor' d='M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z'%3E%3C/path%3E%3C/svg%3E");