I publish my podcast episodes on Transistor and YouTube as videos. I have to write the description of my episodes on both tools.
Transistor supports Markdown, but YouTube doesn't. That's usually fine, except for links. I write them in a specific format on YouTube which doesn't match Markdown's format.
On YouTube, I write links like:
- The label of the link: https://google.com While it should be that with Markdown:
- [The label of the link](https://google.com) So, I built this little tool to transform both formats! No data is sent to a server; everything operates locally on your browser.