Set the line height of Markdown cells? #14306
Replies: 3 comments
-
I'm pretty sure that setting should also affect markdown in notebooks. created microsoft/vscode#193857 to address this |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
When this issue was reported, the Markdown line height in Jupyter cells was independent of that in, say, the Markdown document preview. Someone made a fix to allow setting the Jupyter Markdown line height, but the setting is in pixels, which does not work well across screens or devices: one needs a different setting for each dot pitch. Also, it made multi-line titles unreadable. A unified setting across all Markdown windows and views would be ideal. For now, the pixel setting at least partially solves the problem and continues to work for me in the latest version. |
Beta Was this translation helpful? Give feedback.
-
How do I control the line height of Markdown cells in Jupyter in VS Code? The editor cell line height is fine. However, when I click the check mark to see the formatted text, the lines are very close to one another and quite hard to read. By contrast, regular VS Code (non-Jupyter) Markdown Preview line height is fine. Also, the same notebooks shown in (non-VS Code) Juypter are fine.
I'm using the latest VS Code and Jupyter extension, latest Linux Mint OS.
There is a
markdown.preview.lineHeight
setting in VS code, however that does not appear to apply to Jupyter.Is there some other setting somewhere that will solve the issue?
Beta Was this translation helpful? Give feedback.
All reactions