Markdown

About

Markdown is a lightweight markup language with plain text formatting syntax.

Its design allows it to be converted to many output formats, but the original tool by the same name only supports HTML. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.

Installation

Change enable from False to True in the markdown section (cf module installation).

vscode-anywhere:
    markdown:
        enabled: True

You can also take a look at the VSCode-Anywhere markdown module configuration.

For more details read the official documentation.

Requirements

No requirements.

VSCode

VSCode extensions

yzhang.markdown-all-in-one

This extension is all you need for Markdown (keyboard shortcuts, table of contents, auto preview and more).

esbenp.prettier-vscode

Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

VSCode settings

{
	"[markdown]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	}
}

VSCode keybindings

No keybindings.

Software

No software.

Documentation

VSCode-Anywhere

Environment

No environment.

Specific settings

No specific settings.

Last updated