Markdown Modeλ︎
Markdown is a text format that provides very simple structure for documents. Markdown is often used for README files in code repositories.
Adding formattingλ︎
, x opens the text sub-menu to add formatting to markdown. Commonly used commands include:
, x b to add bold text, ****
. Use with visual select to make existing code bold
, x q to insert a block quote, >
, x B to insert a checkbox * [ ]
, x C and select a language to insert a markdown code block
, x k to insert a keyboard tag , used with CSS to render keyboard keys
Headingsλ︎
Define up to 6 levels of headings to help organize the content, collapsing headings to focus on specific parts.
, j 1 to insert a heading, ##
. Headings 1 to 6 are supported
Tab to expand / collapse a single headings
Shift Tab to expand / collapse all headings