Technology/File and Document Formats/Markdown.md

Markdown

Markdown

A formatting and styling language using simple plain text. Popularized on reddit and github.

here's how to do a link

[the text](https://example.com)

And here we have a link to example.com using the above:

the text