My notion-x is a customiztion of react-notion-x.
The content of this post is composed on Notion.
All kinds of text styling options are supported. Basic rich text formatting options.
text
blocks are akin to HTML <p>
tags. Text blocks also support a variety of This is an example quote.
This is a basic callout. It can contain blocks and rich text. 💪
- Item 1
- Nested unordered list
- Another.
- Item 2.
- Level 2.
- Level 3.
- Item 1.
- Level 2
- Level 3
- Item 2.
- Nested ordered list
- Another.
Task 1.
Task 2.
Integrate github inline
dinhanhthi.com
of the text.Of you can even emebed a gist,
👉 Check out my list of bookmarks.
👇 Click the image to see it in a bigger size.
This is inline equation. And below is a block equation.
With numbering,
If you don’t want to see the equation numbering,
This is inline
code
and below are block code with highlighted. Note that, there is a copy button on the top-right corner of the block of code.1def sum_and_div(num1, num2):
2 sum_nums = num1 + num2
3 div_nums = num1 / num2
4 return sum_nums, div_nums # multiple returns
5
6sum, div = sum_and_div(18, 9)
7print(sum, div)
1graph TD
2 Mermaid --> Diagram
graph TD
Mermaid --> Diagram
1print(1)
1print(1)
Or 3 columns (or 4 if you want),
1print(1)
1print(1)
1print(1)
This one has a greater length than the other side. This sentence has no meaning; it's just for a temporary test.
1print(1)
This one has a shorter length than the other side. This sentence has no meaning; it's just for a temporary test.
Side by side code and figure,
1print(1)
Heading and its content can be toggled too
You also use synced block. Note that, the below sentence is a clone of this sentence.
You also use synced block. Note that, the below sentence is a clone of this sentence.
You can use
@
to link to other pages too, for example Docker.