Xiaohongshu Long Article Images
This mode paginates a long article into fixed 3:4 pages and exports an ordered PNG ZIP. Unzip it, then choose Xiaohongshu's image-post upload. The generated images cannot be imported into the native long-article editor.
How to use it
- Paste a Markdown article with headings, lists or tables
- Review the 1080×1440 pages and add manual page breaks where needed
- Export and unzip the ZIP, then publish through Xiaohongshu's image-post upload
Limitations
The output is a set of PNG images, not a native Xiaohongshu long-article project, so it cannot be imported into that editor. A single oversized image, code block or complex table may need to be reduced or split manually.
Input example
# Turning a real need into a useful tool
> After exporting, unzip the archive and select the PNG files in Xiaohongshu's image-post upload. They cannot be imported into the native long-article editor.
## The problem
For long-form writing, headings, lists and tables should keep their original structure, and each page should be visible before publishing.
| Concern | Approach | Before publishing |
| --- | --- | --- |
| Page size | Fixed at 1080×1440 | Keep every image at 3:4 |
| Tables | Render GFM tables | Check column readability |
| Pagination | Prefer complete content blocks | Review bottom whitespace |
## First conclusion
- Preserve all content before adjusting the theme and type size
- Split a table manually when it is too tall for one page
- Upload files in filename order
<!-- pagebreak -->
## Start the next page here
To force a new page, put `<!-- pagebreak -->` on its own line. A normal `---` remains a thematic divider.
Before publishing, check image order, text size and table readability page by page.