Skip to content
Sheng Chen edited this page Apr 18, 2019 · 1 revision

🤔 How can I change the style of the LeetCode rendered page?

All of the Preview, Solution and Result pages are actually rendered by the Markdown extension embedded in VS Code. You can Update the settings of the Markdown extension to change the styles.

For example, if you want to change the font-size, simply update the setting markdown.preview.fontSize.

🤔 Can I bind the keyboard shortcut to the extension command?

You can bind any of the VS Code commands to a keyboard shortcut in File > Preferences > Keyboard Shortcuts.