We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed2d26 commit 3e4342eCopy full SHA for 3e4342e
1 file changed
browser/components/MarkdownPreview.js
@@ -54,6 +54,10 @@ code {
54
${lineNumber && 'display: block !important;'}
55
font-family: ${codeBlockFontFamily.join(', ')};
56
}
57
+
58
+h1, h2, h3, h4 {
59
+ border: none;
60
+}
61
`
62
63
0 commit comments