VSCode-Anywhere
  • Introduction
  • Installation
    • Requirements
      • Windows requirements
      • Linux requirements
      • MacOS requirements
    • Quickstart
    • Advanced
      • Windows installation
      • Linux installation
      • MacOS installation
  • Modules
    • Module installation
    • Module update
    • Module settings
      • Global settings
        • brew settings
        • chocolatey settings
        • env settings
        • msys2 settings
        • nix settings
        • scoop settings
        • vscode settings
        • zeal settings
    • Modules list
      • Ansible
      • Bash
      • C / C++
      • C#
      • Custom
      • Deepcode
      • Docker
      • Fonts
      • Git
      • Go
      • HTML
      • Java
      • JavaScript / TypeScript
      • Markdown
      • Perl
      • PHP
      • Platformio
      • PowerShell
      • Puppet
      • Python2
      • Python3
      • Remote
      • Rest
      • ReStructuredText
      • Ruby
      • Saltstack
      • VSCode
    • Custom modules
  • Structure
    • apps
    • conf
      • saltstack
        • conf-offline
        • conf
        • pillar
        • states
    • tools
      • env
      • install
      • link
      • update
      • vscode
      • vscode-anywhere
  • Tutorials
    • Youtube tutorials
  • Release notes
    • V2
      • V2.0.0
    • V1
  • FAQ
Powered by GitBook
On this page
  • About
  • Installation
  • Requirements
  • VSCode
  • VSCode extensions
  • VSCode settings
  • VSCode keybindings
  • Software
  • Documentation
  • VSCode-Anywhere
  • Environment
  • Specific settings

Was this helpful?

  1. Modules
  2. Modules list

Markdown

PreviousJavaScript / TypeScriptNextPerl

Last updated 4 years ago

Was this helpful?

About

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

vscode-anywhere:
    markdown:
        enabled: True

Requirements

No requirements.

VSCode

VSCode extensions

yzhang.markdown-all-in-one

esbenp.prettier-vscode

VSCode settings

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

VSCode keybindings

Software

No software.

Documentation

VSCode-Anywhere

Environment

No environment.

Specific settings

No specific settings.

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

You can also take a look at the .

For more details read the .

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

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.

No .

module installation
VSCode-Anywhere markdown module configuration
official documentation
extension
Prettier
keybindings
Markdown
Markdown