0%

Begin with Markdown 1

Editor

Software

VS Code

Extensions

  • Markdown Preview Enhanced (MPE)
    Very powful markdown entension in VS Code

  • Markdown PDF
    Convert md file to pdf/html/png/jpeg

  • Markdownlint
    check linting and style

  • Markdown Preview Github Styling

Preparation

Preparation & Basic syntax 1

  1. load your md folder.
  2. open md file to edit.
  3. click the botton to preview.
  4. preview while writing md.

Basic syntax

  • heading
  • paragraph
    • paragraph
    • line
  • emphasis
    • Bold
    • Italic
    • Strikethrough
  • list
    • ordered list
    • unordered list
    • task list
  • comments
  • image
    • local
    • online
  • Blockquote

Basic syntax 2
Basic syntax 3
Thank Markdown Guide and MPE.

-------------End of blogThanks for your reading-------------