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.
- 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
pnpm install
pnpm build- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked → select the
dist/folder
- Go to LinkedIn and click Start a post
- Click the extension icon in Chrome toolbar
- Paste or write Markdown in the textarea
- Click Insérer dans LinkedIn
- TypeScript
- Vite + @crxjs/vite-plugin
- Chrome Extension Manifest V3