markdown
Markdown is a lightweight markup language commonly used for creating formatted text documents that are easy to read and write, especially in plain text editors. Markdown files are plain text files with a specific syntax that allows you to add formatting, headings, links, lists, images, and more.
*Keep in mind that the majority of the pages on this website are formatted using Markdown.
Greate place to start, the "Markdown Guide"
More specific, the Markdown cheat-sheet:
https://www.markdownguide.org/cheat-sheet/
- To view opened Markdown (*.md) files preview in Visual Studio Code, press
Ctrl+Shift+V
orCmd+Shift+V
on a Mac.