Markdown
Last updated
Was this helpful?
Last updated
Was this helpful?
Markdown is a simple language used for adding structure and styling to plain text. It's used a lot by developers for adding instructions and documentation to their code (especially README.md
files). You will need to use Markdown for your projects on GitHub too.
Read this .
See also:
In VSCode, while you are editing a Markdown file you can right-lick the file tab (at the top) and select "Open Preview". This will show you a rendered version of the markdown - similar to how it would show up in Github.
Alternatively: