My first Notion based blog
Jan 10, 2022
Title
I recently included notion in my website’s stack as a headless CMS. This is an example blogpost that shows some of blocks that are supported, and how so.
Subtitle
All Notion supported titles (H1, H2 and H3) are linked with a reference so you can share specific sections of the article. Look out for an upcoming table of contents 🙄
Text styles
Text styles are all supported and translated to their corresponding representation on the website.
Equations
Inline equations (not Tex) also work, , and can even be used to add super indexes with a footnote reference.
Lists
Nested bullet lists
- Unordered
- item
- number
- three
- number
Nested numbered lists
- First point
- Secondly...
- a
- b
- this is 1 in roman numbers
- If I keep on
- What happens here?
- And here?
- noop
- What happens here?
Can mixed lists also work?
- This is the first
- Test I do
- Where I check
- Wether or not
- Nested lists
- Do work
- And they Do!
- Yay!
One table with example data
column 1 | as a header |
---|---|
c | d |
e | f |
Todo list
You can try checking or unchecking these ☝️ in the website interface – it won’t work! Ha! Why would you want it to anyways? This is a static page.
Quotes
Let’s quote something someone said!
― Lucius Annaeus Seneca, Letters from a Stoic
Here is some inline code and following a simple code block. (And it’s caption to indicate the file name 💪)
SELECT *
FROM `my_table`
WHERE owner = 'miguel'
Images
Link to pages
You can also link to pages inline Mi primer blogpost desde Notion as well as in one block:
Mi primer blogpost desde Notion
Columns
should also
Be part of what you render
Related
Footnotes
- Footnotes reference numbers have to be manually updated! 👀