How a Markdown file works
It is still text, so any editor can open it. The Markdown syntax tells the renderer what to do with the content. That is why Markdown shows up in docs, blog posts, README files, and plain writing workflows.
- Headings use #, ##, and ###.
- Bold uses **text**.
- Italic uses *text*.
- Links use [label](https://example.com).
- Lists, tables, quotes, and code blocks are also supported.