Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
Markdown to Medium

Markdown to Medium

Create Medium posts from Markdown in a snap

2 followers

Create Medium posts from Markdown in a snap

2 followers

Visit website
  • Overview
  • Launches1
  • Reviews
  • Alternatives
  • Team
  • Awards
  • More
Company Info
markdowntomedium.com
Markdown to Medium Info
Launched in 2017View 1 launch
Forum
p/markdown-to-medium
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt

Similar Products

Mochi
Mochi
Take notes in markdown, review them with spaced repetition
4.5(2 reviews)
Note and writing appsOnline learning
Upsite
Upsite
A simple, free way to make a website for anything
Website builders
Boostnote
Boostnote
Boost Happiness, Productivity and Creativity.
Note and writing apps
D3.js
D3.js
Interactive Data Visualizations in Javascript
5.0(4 reviews)
Data visualization toolsUI frameworks
Iceberg Editor
Iceberg Editor
A beautiful markdown editor for WordPress.
View more
Appwrite
Appwrite — The open-source Vercel alternative
The open-source Vercel alternative
Promoted

Do you use Markdown to Medium?

Reviews
Helpful

You might also like

Mochi
Mochi
Take notes in markdown, review them with spaced repetition
Upsite
Upsite
A simple, free way to make a website for anything
Boostnote
Boostnote
Boost Happiness, Productivity and Creativity.
D3.js
D3.js
Interactive Data Visualizations in Javascript
Iceberg Editor
Iceberg Editor
A beautiful markdown editor for WordPress.
Markdown to PDF
Markdown to PDF
Super simple way to get your markdown files to PDF
View more
Review Markdown to Medium?Be the first to review Markdown to Medium
Markdown to Medium gallery image
Markdown to Medium gallery image
Launch tags:
Writing•Developer Tools•Tech
Launch Team
Tyler van der HoevenJacob Bennett

What do you think? …

Tyler van der Hoeven
Tyler van der Hoeven
Baremetrics

Baremetrics

Hunter
This is a dream come true for me. Makes writing technical posts on Medium so much easier. Well done Jacob!
Report
8yr ago
Jacob Bennett
Jacob Bennett
Markdown to Medium

Markdown to Medium

Maker
@tyvdh Thanks Tyler! So glad it has helped. After converting a single post from markdown into medium, I vowed never to do it again manually 🙌 Thus MarkdownToMedium.com was born.
Report
8yr ago
André J
André J
Kudos for solving codeblocks. Was it tricky?
Report
8yr ago
Jacob Bennett
Jacob Bennett
Markdown to Medium

Markdown to Medium

Maker
@eonpilot not too bad really. Using a nice little library that does Markdown codeblock parsing. Just had to grab the bits out, do best to guess type of file, then hit the same endpoint to create "sub-gists" if you will. Injecting those gist urls back into the post in place of the code blocks was a bit more tricky though yes.
Report
8yr ago
Matt Broberg
Matt Broberg
@jacobbennett @eonpilot well done.
Report
8yr ago
André J
André J
I just asked about this on the hemmingway prodhunt the other day. @handythinks suggested that ulyssis was able to do this.
Report
8yr ago
Jacob Bennett
Jacob Bennett
Markdown to Medium

Markdown to Medium

Maker
@eonpilot @handythinks there are other things out there that will let you save markdown posts to a gist. The main thing I really wanted was syntax highlighting on Medium which currently has no great solution. For the type of posts that I wanted to write, the non-syntax-highlighted code blocks didn't cut it.
Report
8yr ago
André J
André J
@jacobbennett @handythinks Markdown is so fast compared to formatting via GUI. Solving Code blocks highlighting was the last piece of the puzzle I guess. I don't personally add my blog posts to gists. But I guess converting to Medium requires a gist as there was already infrastructure that supported this? Ideally one would have a repo on github with a bunch of markdown .md files that was synced to Medium on file change. For easy editing typos and updating articles. This is the main pain point for me with Medium. Keeping articles up to date. As I usually write about tech which often changes fast.
Report
8yr ago
Jacob Bennett
Jacob Bennett
Markdown to Medium

Markdown to Medium

Maker
@eonpilot @handythinks I suppose the nice thing is that YOU don't have to put your markdown files into gists with this tool, it does it for you! :) As far as updating posts from existing gists OR a repo, I suppose that could be possible if you were also using the Medium API to push posts, but would be fraught with formatting hiccups if you were just pushing them straight in without taking a look yourself first. I don't think Medium would have anything like that at the top of their list with their recent announcements of layoffs either :( Don't think that Developers are their target audience and as such, we have to invent the tools we want to use when it comes to this stuff.
Report
8yr ago
André J
André J
@jacobbennett @handythinks wow, seems like you know your stuff. I'll definitly give it a try. For me jekyll github blogs is the solution. Although I envy mediums network effect. I use an applescript that auto uploads .md files to github triggered by file change. Also downloads if remote changes. Really interested in this space though.
Report
8yr ago