An open API service indexing awesome lists of open source software.

https://github.com/devhoangkien/markdown-to-medium

markdown-to-medium tool convert markdown to medium editor format
https://github.com/devhoangkien/markdown-to-medium

markdown medium

Last synced: 3 days ago
JSON representation

markdown-to-medium tool convert markdown to medium editor format

Awesome Lists containing this project

README

          

# Markdown to Medium

A tool that converts markdown to HTML formatted for the [Medium](https://medium.com/) editor.
Try Online [Convert Markdown to Medium](https://m2m.ubox4u.com)
Paste your markdown on the left, copy the formatted output from the right, and paste it into Medium's editor.

## Tech Stack

- **Nuxt 4** (Vue 3)
- **Marked** for markdown parsing
- **TypeScript**

## Dev Instructions

```bash
npm install
npm run dev
```

This will start the dev server at `http://localhost:3000`.

```bash
npm run build
```

Creates an optimized production build.