mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-11 13:57:49 -08:00
remove pesky automatic quotations
This commit is contained in:
parent
e06e478e11
commit
be6d94750b
|
@ -264,3 +264,11 @@ td {
|
||||||
background-color: var(--ifm-hover-overlay);
|
background-color: var(--ifm-hover-overlay);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote p::before,
|
||||||
|
blockquote p::after,
|
||||||
|
.markdown blockquote p::before,
|
||||||
|
.markdown blockquote p::after {
|
||||||
|
content: none !important;
|
||||||
|
display: none !important;
|
||||||
|
}
|
Loading…
Reference in a new issue