Use font-weight 600 for bold in rendered markdown (#294274)

Use font-weight 600 for bold text in rendered markdown
This commit is contained in:
David Dossett
2026-02-10 18:24:36 -08:00
committed by GitHub
parent 4efca97794
commit 46b0829be4

View File

@@ -300,6 +300,10 @@
border-color: var(--vscode-textBlockQuote-border);
}
.interactive-item-container .value .rendered-markdown strong {
font-weight: 600;
}
.interactive-item-container .value .rendered-markdown table {
width: 100%;
text-align: left;