Markdown Link Generator
Generate links and images in Markdown format
[Example Website](https://example.com)
Markdown Link Syntax
Inline Links
[Link Text](https://example.com "Optional Title")Reference Links
[Link Text][ref]
[ref]: https://example.com "Optional Title"Autolinks
<https://example.com>Images
