remove pesky automatic quotations

This commit is contained in:
rcarteraz 2024-08-18 09:43:21 -07:00
parent e06e478e11
commit be6d94750b

View file

@ -264,3 +264,11 @@ td {
background-color: var(--ifm-hover-overlay);
border-radius: 0;
}
blockquote p::before,
blockquote p::after,
.markdown blockquote p::before,
.markdown blockquote p::after {
content: none !important;
display: none !important;
}