Markdown to Xiaohongshu Cards — Slice Long Notes Into Image Carousels

Slice your Markdown notes into Xiaohongshu image cards

Take the study notes you keep in Obsidian / Notion / Logseq and auto-slice them into 3:4 / 4:5 carousel cards.

Workflow

  1. Paste your .md note on the left
  2. Use ## (H2) headings or --- dividers to control page breaks
  3. Pick a theme / font / ratio
  4. One-click download all cards as a zip
1 / 2

Best-fit content types

  • Tech blog post → one article = one card set
  • Reading notes → one book = a series of excerpts
  • Learning takeaways → one concept = one card
const note = readMarkdown('my-note.md')
const cards = sliceByH2(note)
cards.forEach(downloadAsCard)

Notes are already shaped for distribution.

2 / 2

What You Can Do With It?

Create Xiaohongshu Cards

Render Markdown as styled cards — screenshot and post directly

Publish Knowledge Posts

Turn tech summaries or study notes into Xiaohongshu cards to grow followers

Apply Trending Visual Styles

One-click popular layout templates to boost visual appeal of your content

Efficient Content Creation

Write in Markdown and convert to batch-produce quality Xiaohongshu posts

Consistent Content Style

Apply the same template across posts to maintain a unified account aesthetic

Design High-Click Covers

Use high-performing layout templates to boost your Xiaohongshu post visibility

How To Use?

1

Paste Markdown

Paste your content and pick a Xiaohongshu card theme

2

Preview the Card

See your Xiaohongshu-style image card rendered live

3

Export & Publish

Export the card as an image and upload it to Xiaohongshu

Related Tools

Markdown Editor

Don't know how to open a .md file? Drop it in your browser to view and edit instantly. Online Markdown editor with live side-by-side preview, code highlighting, image upload, and dark mode. Drafts auto-save locally — 100% private.

Mermaid Diagram

Online Mermaid diagram editor with real-time preview. Type Mermaid syntax and instantly render flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, and pie charts. Export as SVG or PNG. Runs entirely in your browser — code never leaves your device.

Markdown Share

Paste your Markdown document and generate a shareable preview link. Recipients see the full rendered layout without installing anything. Links expire automatically after 7 days. Data stays in your browser.

MD Lint

Paste or import Markdown and auto-fix formatting errors in one click — missing spaces after # headings, trailing spaces, inconsistent list numbering, missing blank lines, and more. Powered by markdownlint, runs entirely in your browser.

MD to WeChat

For Markdown writers who already draft in Obsidian, VSCode, or Typora: paste your .md, see a true WeChat-style live preview, copy and paste into the WeChat editor with all formatting preserved. Supports local image uploads: images referenced in your Markdown are detected automatically, uploaded and stored in browser IndexedDB (persists across page reloads), or import a ZIP / folder to batch-import images. Code highlighting, blockquotes, tables — all rendered the way WeChat displays them.

MD Export

Free online converter: turn Markdown / .md files into PDF, Word (.docx), or images (PNG/JPG). Chinese fonts, syntax highlighting, tables and task lists preserved. Smart PDF pagination never clips content. No Pandoc, no install — 100% browser-based, files never uploaded.

MD to Xiaohongshu

Free online Markdown to Xiaohongshu (Little Red Book) knowledge card generator. Auto-pagination, multiple beautiful themes, 3:5 and 1:1 ratios, HD PNG export. Turn tech articles, book notes, and study summaries into viral Xiaohongshu visual posts. 100% browser-local, no upload needed.

View more

Frequently Asked Questions

Yes. Paste your .md on the left, the right panel auto-slices it into 3:4 / 4:5 image cards based on your headings and paragraphs. Save individual images or download the whole carousel as a zip.

Encountered other problems or suggestions? Have a bug or suggestion? Drop us an email.

Email Us

Why are Markdown notes natural raw material for Xiaohongshu carousels?

Xiaohongshu's content shape is "image cards": 3:4 / 4:5 ratio images, each carrying one knowledge nugget / one paragraph / one table, with users swiping through. The hidden barrier this creates for content producers is — you have to slice long-form text into multiple images. For long-form writers (WeChat, Zhihu) this often takes more time than writing the article: laying out each card in Photoshop / image-edit apps, aligning fonts, colours, padding.

But if you already write notes in Markdown, you've been slicing all along — using H2 (##) for sections, --- for thought boundaries, lists for key points. These Markdown structures are natively isomorphic to Xiaohongshu's "one card, one idea" model. MeTool's Markdown → Xiaohongshu tool exposes that isomorphism: every H2 you write becomes a card, every --- you insert becomes a page break.

2026's best-fit users for this tool: ① developers writing tech blogs / study notes; ② researchers using Obsidian / Notion / Logseq for personal knowledge management; ③ multi-platform operators repurposing existing WeChat / Zhihu content for incremental Xiaohongshu reach. Conceptually it's "changing the distribution form of your notes from a long-text stream to an image-card stream" — without recreating the content.

How "Markdown → image cards" works under the hood

Auto-pagination by H2 headings

Pages split on ## headings by default: one H2 = one card. So a note with 6 H2 sections produces 6 cards. To merge sections, demote ## to ###. To split further, drop a --- between paragraphs.

Markdown elements supported

Within each card all common Markdown elements work: headings (h1–h6), ordered / unordered lists, bold / italic / inline code, fenced code blocks (with syntax highlighting), tables, blockquotes, images, links. Whatever structure you've already written into your tech notes or reading notes lands on the cards directly.

Themes designed for Markdown writers

Built-in themes are tuned for "tech / learning / reading" content: candy pastels (study notes), dark dev mode (code / CLI content), retro magazine (book excerpts), minimal white (idea sketches). Chinese-font support includes Source Han Serif, Source Han Sans, LXGW WenKai — covering the vast majority of Chinese writing scenarios.

Export ratios and packaging

3:4 (Xiaohongshu default), 4:5, and 1:1 ratios supported. Download all cards as a zip, or save individual cards. Generation runs entirely in your browser via Canvas — nothing is uploaded.

What kinds of Markdown content slice well into cards?

  • List-style notes: "5 VSCode plugins that speed up your dev loop", "3 underrated CSS selectors" — one point per card, naturally fits Xiaohongshu's swipe rhythm.
  • Reading excerpts: "Refactoring — 6 core ideas worth re-reading", one idea per card, with original page references.
  • Tech changelogs: "Vue 3.5 new features at a glance", one feature per card with code samples and before/after.
  • Daily learning digests: wrap a few new Obsidian notes from a single day into a "today's learning" card set.
  • Q&A / FAQ: one Q&A per card, the full set becomes a mini explainer carousel.

Content that doesn't fit cards as well: pure narrative long-form (travel diaries, long interviews) — slicing breaks the reading rhythm. Keep that content in its WeChat / blog original form.

From Markdown notes to a Xiaohongshu post: end-to-end

  1. Accumulate raw material: keep writing .md notes in the Markdown editor or your Obsidian / VSCode, building a personal knowledge base over time.
  2. Pick a topic and reorganise: select notes that suit a card format (list-type, Q&A, contrast), and rework the structure with ##.
  3. Slice into cards: paste the .md here, tune theme / font / ratio until the visuals work.
  4. Download & publish: grab the zipped cards, upload to the Xiaohongshu app or web.
  5. Sync to other channels: the same .md can go to WeChat as a long-form article, or Markdown → PDF for a personal eBook.

Turning "your notes themselves" into "multi-platform raw material" is the key shift in 2026 that takes content creators from "write hard" mode to "accumulate and reuse" mode.