I create a basic nodejs application for converting medium posts to markdown. This provides an easy way to publish my articles with different platforms like dev.to.
Git: https://github.com/atakde/nodejs-medium-to-markdown
Url: https://nodejs-medium-to-markdown.vercel.app/
Top comments (1)
Thanks useful tool. One note I would use:
instead of:
It looks odd.
Also since this is code, I would use Monospace font for Markdown.
Another issue is that the converter add Markdown inside code it converts URL and bold text into Markdown which make it show up in output.