Skip to content

Commit f6f1eda

Browse files
author
Sergei Orlov
committed
📝 Fix features styling
1 parent 60211b5 commit f6f1eda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ An example (...coming soon)
3232
- Page contents in Markdown!
3333
- Normalised page title
3434
- All blocks styling represented in Markdown:
35-
- **bold** (`\*\*$VALUE\*\*`)
36-
- _italic_ (`\_$VALUE\_`)
37-
- ~~strikethrough~~ (`\~\~$VALUE\~\~`)
35+
- **bold** (`**$VALUE**`)
36+
- _italic_ (`_$VALUE_`)
37+
- ~~strikethrough~~ (`~~$VALUE~~`)
3838
- <u>underline</u> (`<u>$VALUE</u>`)
39-
- `code` (`\`$VALUE\``)
39+
- `code` (`$VALUE`)
4040
- color 🤷 (`<span notion-color="$COLOR">$VALUE</span>`)
4141
- Access to raw data returned by Notion API
4242

0 commit comments

Comments
 (0)