mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
Fix #189 - Markdown lists don't show numbers/bullets
This commit is contained in:
parent
85be5b078d
commit
1d583bcb48
1 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,10 @@
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
.markdown-body li {
|
||||
list-style: unset;
|
||||
}
|
||||
|
||||
.markdown-body code,
|
||||
.markdown-body kbd,
|
||||
.markdown-body pre {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue