Skip to content

Commit

Permalink
Use inherited font size for markdown codeblocks
Browse files Browse the repository at this point in the history
Testing this out since it can look weird to have code blocks in a small font while the rest of markup is large
  • Loading branch information
mjbvz committed Nov 10, 2021
1 parent aac257c commit 53c29fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/markdown-language-features/notebook/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export const activate: ActivationFunction<void> = (ctx) => {
pre code {
font-family: var(--vscode-editor-font-family);
font-size: var(--vscode-editor-font-size);
line-height: 1.357em;
white-space: pre-wrap;
Expand Down

0 comments on commit 53c29fc

Please sign in to comment.