@@ -63,6 +63,10 @@ const StyledMarkdown = styled.div`
white-space: pre-wrap;
}
+ :where(h1, h2, h3, h4, h5, h6):has(code) code {
+ font-size: inherit;
+ }
+
pre > code {
.hljs-deletion {
background-color: var(--vscode-diffEditor-removedTextBackground);