Allow markdown in html fields

This commit is contained in:
Mouse Reeve
2020-12-19 18:54:56 -08:00
parent 27ec80515e
commit ef696782ab
8 changed files with 27 additions and 23 deletions

View File

@ -137,8 +137,3 @@ input.toggle-control:checked ~ .modal.toggle-content {
content: "\e904";
right: 0;
}
/* --- BLOCKQUOTE --- */
blockquote {
white-space: pre-line;
}