Skip to content

jojo8356/md2linkedin

Repository files navigation

MD to LinkedIn

Chrome extension that converts Markdown into LinkedIn-ready posts using Unicode formatting.

LinkedIn's editor doesn't support HTML or Markdown. This extension converts your Markdown into Unicode characters (𝗯𝗼𝗹𝗱, 𝘪𝘵𝘢𝘭𝘪𝘤) and inserts the result directly into the LinkedIn post editor.

Features

  • Bold → 𝗯𝗼𝗹𝗱 (Mathematical Sans-Serif Bold)
  • Italic → 𝘪𝘵𝘢𝘭𝘪𝘤 (Mathematical Sans-Serif Italic)
  • # Headings → 𝗛𝗲𝗮𝗱𝗶𝗻𝗴𝘀
  • - lists → • lists
  • [links](url) → links (url)
  • --- → ─────────────────
  • Code blocks → plain text
  • Character counter with 3000 limit warning
  • Live preview

Install

pnpm install
pnpm build
  1. Open chrome://extensions
  2. Enable Developer mode
  3. Click Load unpacked → select the dist/ folder

Usage

  1. Go to LinkedIn and click Start a post
  2. Click the extension icon in Chrome toolbar
  3. Paste or write Markdown in the textarea
  4. Click Insérer dans LinkedIn

Stack

About

Chrome extension to convert Markdown to LinkedIn-formatted posts using Unicode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors