Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 857 Bytes

markdown.md

File metadata and controls

15 lines (9 loc) · 857 Bytes

Markdown

Markdown is a simple markup language for adding basic formatting to plain text. Its syntax is designed to be human friendly when read in source format.

Markdown has become widely adopted and is used for GitHub readmes, wikis, issues, and more. You should know the basics of Markdown and be aware of available reference documentation as well. Keep in mind that there are many variations of Markdown, so it is important that you know which variation is being used by the system you are working with.

VS Code

  • Ctrl + Shift + V: Open new tab with preview of current markdown file
  • Ctrl + K, V: Open a split view with preview of current markdown file

Resources