mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(post): an hr element written in markdown could get rendered as a UI hr
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.markdown hr {
|
||||
all: revert;
|
||||
border: none;
|
||||
border-top: 1px solid var(--body-font-color);
|
||||
}
|
||||
|
||||
.markdown ol, .markdown ul {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user