logo

Sample Post: Displaying Basic Notion Blocks

This is an example post written in basic Notion blocks.

Heading Two

Toggle view

Here are some examples of text formatting:

aaaa

  • Bold text: This text is bold.
  • Code: var x = 5;
  • Colored text: This text is blue.
  • Italic text: This text is italic.
  • Strikethrough text: This text is strikethrough.
  • Underline text: This text is underlined.

Heading Three

Let's write some code:

def factorial(n):
    if n <= 1:
        return 1
    else:
        return n * factorial(n-1)

Link view

Here's a link to Google.

Blockquote view

This is a blockquote. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque euismod varius tellus, eget posuere nibh dictum quis.

Image view

And here's an image:

3 Columns View

Table view

Here's a table of some programming languages:

LanguageTypeYear
PythonInterpreted1991
JavaScriptInterpreted1995
JavaCompiled1995
RubyInterpreted1995

Divider view


To-do list view

Here are some tasks I need to complete:

  • Write blog post
  • Attend meeting
  • Buy groceries

Callout view