notion-sample-page-2
Every article opens with a paragraph that states what the reader will get. No heading above it — the page title already did that job.
This second paragraph exists so you can check block boundaries after pasting. If these two merge into one, or this one splits into three, the target editor is mishandling paragraphs and everything below is suspect.
The first section
Heading 1 marks a main section. Inside a paragraph you have exactly two text
styles worth using: bold for emphasis and italic for a term you are
introducing. Both survive every platform. Links work too — here is
the canonical post, written as a full https:// URL.
A subsection
Heading 2 sits under a Heading 1. This is as deep as the structure goes — there is no third level in this standard.
A flat bulleted list. Never indent one of these:
- The first point, plain text
- The second point, with bold inside it
- The third point
A flat numbered list, for steps that happen in order:
- Export the page from Notion
- Run the importer
- Copy from the site and paste onward
A quote block. Use this wherever you would reach for a callout — it carries the same emphasis and it renders correctly on all six platforms.
The second section
A divider closed the section above. Below is a code block with its language set to javascript in the dropdown — always set it.
export function canonicalUrlFor(slug) {
return `https://rajatvertexia.com/blog/${slug}`;
}The same idea in python, to confirm the language is set per block:
def canonical_url_for(slug: str) -> str:
return f"https://rajatvertexia.com/blog/{slug}"Notice there is no blank line inside either block. When you need visual separation inside code, use a comment line instead — a real blank line makes X Articles split one block into two:
npm run covers:sync -- --dry
# ---
npm run buildImages
Two of them, both added with /image → Upload file.



Anything that is not text or a photo becomes an image too. A comparison table, an architecture diagram, a rendered equation — build it, screenshot it, upload the image. That is the whole reason this page has no table block in it: a screenshot of a table renders on all six platforms, and a real table renders on three.
Closing
The last paragraph of the article. After pasting into any platform, scroll to the bottom and confirm you can read this line — a missing ending means the paste was truncated.
END OF SAMPLE POST.

This is a Random Caption i am just checking



