Heading 1
Heading 2
Heading 3
Call to action:
Text block Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus a pretium leo. Praesent eu sem nulla. In nunc arcu, rutrum eu malesuada sed, lacinia nec ipsum. Maecenas quis tincidunt sem. Quisque vitae nisl vel purus laoreet efficitur quis ut arcu. Nulla sit amet risus hendrerit, tristique augue eu, dapibus risus. Curabitur ullamcorper ligula lacus, sit amet pharetra neque interdum in.
Normal Text
Bold Text
Italic Text
Underlined Text
Strikethrough Text
Code Text
Bullet list block:
- Bulleted list block item 1
- Bulleted list block item 2
- Bulleted list block item 3
Numbered list block:
- Numbered list block item 1
- Numbered list block item 2
- Numbered list block item 3
Todo list block:
Milk
Bananas
Toggle Block
‣
Table of contents block
- Heading 1
- Heading 2
- Heading 3
- Call to action:
- Bullet list block:
- Numbered list block:
- Todo list block:
- Toggle Block
- Table of contents block
- Quotes
- Callouts
- Code blocks
- Divider block
- Table
- Large Gallery
- Medium Gallery
- Small Gallery
- List
Quotes
Text block Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus a pretium leo. Praesent eu sem nulla.
Callouts
Text block Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus a pretium leo. Praesent eu sem nulla.
Code blocks
import { useState } from 'react';
export default function Component() {
const [name, setName] = useState('juan');
return (
<div>
{name}
</div>
);
}
.notion-code code[class*='language-'],
.notion-code pre[class*='language-'] {
color: #FAFAFA !important;
text-shadow: none !important;
}
.notion-code pre::-webkit-scrollbar {
display: none !important;
}
.notion-code pre {
-ms-overflow-style: none !important; /* IE and Edge */
scrollbar-width: none !important; /* Firefox */
background: rgba(255, 255, 255, 0.08) !important;
border: 1px solid var(--color-border-default) !important;
}
Divider block
Table
Name | Column | Tags |
---|---|---|
Juan | OwnerDeveloper | |
Michel | Designer | |
Vanessa | Product Manager |
Large Gallery
Read models
Read models
domain-driven-design
September 27, 2023
The Domain Model: Entity Identity
The Domain Model: Entity Identity
domain-driven-design
September 19, 2023
The Domain Model: Repositories
The Domain Model: Repositories
domain-driven-design
September 16, 2023
The Domain Model: Entity Consistency
The Domain Model: Entity Consistency
domain-driven-design
September 18, 2023
Decoupling from infrastructure
Decoupling from infrastructure
software-architecture
September 10, 2023
Data mapping
Data mapping
phptypes
May 3, 2022
Medium Gallery
Read models
Read models
domain-driven-design
September 27, 2023
The Domain Model: Entity Identity
The Domain Model: Entity Identity
domain-driven-design
September 19, 2023
The Domain Model: Repositories
The Domain Model: Repositories
domain-driven-design
September 16, 2023
The Domain Model: Entity Consistency
The Domain Model: Entity Consistency
domain-driven-design
September 18, 2023
Decoupling from infrastructure
Decoupling from infrastructure
software-architecture
September 10, 2023
Data mapping
Data mapping
phptypes
May 3, 2022