Is there a markdown link generator tool?
If you're looking for tools to work with markdown links:
**To share markdown and get a link:** - markshare - Publishes markdown, gives you shareable URL - GitHub Gist - Creates gist with shareable link - HackMD - Publishes markdown to web
**To generate markdown link syntax:**
[Link Text](https://example.com)
[Link with title](https://example.com "Title")**markshare creates shareable links:**
markshare publish doc.md
# Returns: https://markshare.to/@you/doc-titleYou can then share this link anywhere - Slack, email, documentation, etc.