DEV Community

Atakan Demircioğlu
Atakan Demircioğlu

Posted on

1 1

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.

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay