Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Markdown ContinueNew to Visual Studio Code? Get it now.
Markdown Continue

Markdown Continue

Tejasvi S. Tomar

|
1,614 installs
| (1) | Free
Continue lists and quotes on pressing enter.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Continue

VS Marketplace badge

Continue lists and blockquotes on pressing enter. Compatible with Neo Vim.

Features

Besides the expected:

  • Auto-increment numbered lists.
  • Terminate lists and blockquotes by pressing enter twice.

Demo

Default keybinds

{
    "command": "markdown-continue.continueSequence",
    "key": "enter",
    // Limited to insert mode if neovim is present.
    "when": "resourceLangId == markdown && !neovim.mode || resourceLangId == markdown && neovim.mode == 'insert'"
}

Vim tip

Add the following in your init.vim to autoinsert prefixes using o and O. It works by treating the prefixes as comments. See :h comments.

filetype plugin indent on
set autoindent
set smartindent
set breakindent
autocmd FileType markdown set comments=:*\ ,:>\ 
set formatoptions+=ro 
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft