We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60211b5 commit f6f1edaCopy full SHA for f6f1eda
README.md
@@ -32,11 +32,11 @@ An example (...coming soon)
32
- Page contents in Markdown!
33
- Normalised page title
34
- All blocks styling represented in Markdown:
35
- - **bold** (`\*\*$VALUE\*\*`)
36
- - _italic_ (`\_$VALUE\_`)
37
- - ~~strikethrough~~ (`\~\~$VALUE\~\~`)
+ - **bold** (`**$VALUE**`)
+ - _italic_ (`_$VALUE_`)
+ - ~~strikethrough~~ (`~~$VALUE~~`)
38
- <u>underline</u> (`<u>$VALUE</u>`)
39
- - `code` (`\`$VALUE\``)
+ - `code` (`$VALUE`)
40
- color 🤷 (`<span notion-color="$COLOR">$VALUE</span>`)
41
- Access to raw data returned by Notion API
42
0 commit comments