fix: removed backticks in inline code blocks

This commit is contained in:
Palanikannan1437 2024-01-05 10:43:47 +05:30
parent d98b688342
commit 927ab50ac6

View File

@ -12,6 +12,11 @@
display: none;
}
.ProseMirror code::before,
.ProseMirror code::after {
display: none;
}
.ProseMirror .is-empty::before {
content: attr(data-placeholder);
float: left;