diff --git a/website/components/Markdown/styles/default.less b/website/components/Markdown/styles/default.less index 1228ac9..399fedb 100644 --- a/website/components/Markdown/styles/default.less +++ b/website/components/Markdown/styles/default.less @@ -40,6 +40,9 @@ pre code { overflow-wrap: normal; white-space: inherit; } +ul, li, ol, dl, dt { + list-style: inherit; +} ul, ol { padding-left: 2em; } @@ -59,9 +62,12 @@ li + li { a { color: #0366d6; } -p { +p, ol, ul { margin-bottom: 16px; } +li { + display: list-item; +} table { margin-bottom: 16px; } diff --git a/website/components/Markdown/styles/index.less b/website/components/Markdown/styles/index.less index 3f285e9..054cc90 100644 --- a/website/components/Markdown/styles/index.less +++ b/website/components/Markdown/styles/index.less @@ -22,4 +22,4 @@ // @import "./css.less"; @import "./javascript.less"; } -} \ No newline at end of file +}