Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. It is a way of adding tags to plain text to structure a document and annotate it (e.g., bold, italics, links, images). It is simple and quick to learn but is very useful for writing websites, blog posts, and AI skills. Markdown can be converted to HTML, PDF and other formats.
Markdown is becoming ubiquitous. Some examples of where Markdown is used include:
Markdown has a simple syntax for common formatting tasks:
# for headings. For example, # Heading 1, ## Heading 2.* or _ for italics, and ** or __ for bold. For example, *italic*, **bold**.- or * for unordered lists, and numbers for ordered lists. For example:
[link text](URL). For example, [OpenAI](https://www.openai.com).. For example, .`inline code` and
code block
Although we can use Markdown with any editor, even Notepad, some editors, such as VSCode, have better support for Markdown.
VSCode has an extension, MarkdownLink, so that we can make our Markdown perfect.