There was an error while loading. Please reload this page.
1 parent fe807d2 commit 8a047cbCopy full SHA for 8a047cb
README.md
@@ -40,7 +40,7 @@ from notion.client import NotionClient
40
token_v2 = #<your notion token_v2>
41
url = #<your notion page url>
42
43
-export(url,token_v2)
+export_out(url,token_v2)
44
```
45
46
- Exporter will make the md file and images in `./jekyllpost_output/` and `./jekyllpost_output/<your block title>/`
0 commit comments