DEV Community

Atakan Demircioğlu
Atakan Demircioğlu

Posted on

Medium To Markdown Converter

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)

Collapse
 
jcubic profile image
Jakub T. Jankiewicz • Edited

Thanks useful tool. One note I would use:

## Header
Enter fullscreen mode Exit fullscreen mode

instead of:

Header
======
Enter fullscreen mode Exit fullscreen mode

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.