LoaderPage Test Suite (HTML output)
This post is written in Notion and is converted to HTML / Markdown via LoaderPage.
Paragraph
Write in Notion’s default mode and it’ll be a paragraph.
Most annotations are supported - bold, italics, bold and italics, underline,
inline code
, text of
different colours, or a
combination of different styles.
If you add an extra spacing between paragraphs, it will be reflectedtoo.
Headings
All Notion headings are supported.
This is a H1
This is a H2 sub heading
This is a H3 sub sub heading
Bullet lists
-
Bullet points are supported
-
Nested bullet points are supported as well
- You can nest multiple layers
-
Nested bullet points are supported as well
- Of course, we can unnest the bullet points
And this is a normal paragraph.
Numbered lists
-
Numbered lists are supported
-
Nested numbered lists work as well
- You can nest multiple layers
-
Nested numbered lists work as well
- And we can unnest numbered lists too
And this is a normal paragraph.
Quotes
You can add quotes to your blog posts:
“This is a quote”. How it looks on blog depends on how you style code blocks.
Divider
You can separate blocks with a divider
Callouts
Callouts will look like quotes.
This is how a callout look like.
Links
You can add links to your content.
Code
import pandas as pdimport numpy as npdf = pd.read_csv(\'penpod.csv\')
Media
Either upload your own image, or paste any image URL and view the image on your blog.

Caption your images
You can add appropriate captions to images using Notion captions. 👆
Video
Use Notion embed to show videos from popular sites.
Tables
Col 1 | Col 2 |
Row 1a | Row 1b |
Row 2a | Row 2b |