File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 54
54
"limiter" : " ^2.1.0" ,
55
55
"markdown-table" : " ^2.0.0" ,
56
56
"node-fetch" : " 2.6.6" ,
57
- "notion-to-md" : " ^2.5.2 " ,
57
+ "notion-to-md" : " ^2.5.5 " ,
58
58
"path" : " ^0.12.7" ,
59
59
"postinstall-postinstall" : " ^2.1.0" ,
60
60
"sanitize-filename" : " ^1.6.3"
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ async function getPagesRecursively(
109
109
if ( ! rootLevel && pageInfo . hasParagraphs ) {
110
110
pages . push ( pageInTheOutline ) ;
111
111
112
- // The best practice is to keep content pages in the "database" (kanban), but we do allow people to make pages in the outline directly.
112
+ // The best practice is to keep content pages in the "database" (e.g. kanban board ), but we do allow people to make pages in the outline directly.
113
113
// So how can we tell the difference between a page that is supposed to be content and one that is meant to form the sidebar? If it
114
114
// have just links, then it's a page for forming the sidebar. If it has contents and no links, then it's a content page. But what if
115
115
// it has both? Well then we assume it's a content page.
Original file line number Diff line number Diff line change @@ -5432,10 +5432,10 @@ normalize-url@^6.0.0:
5432
5432
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz"
5433
5433
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
5434
5434
5435
- notion-to-md@^2.5.2 :
5436
- version "2.5.2 "
5437
- resolved "https://registry.npmjs.org /notion-to-md/-/notion-to-md-2.5.2 .tgz"
5438
- integrity sha512-SqooTi0667D1d1EvNdtHdaV/A3kKdW0Fq/rswWHtmA8gSuTdE/qJQF8HDwy2Zs3p62Wxb46cYXQJlyEcdv8QjA ==
5435
+ notion-to-md@^2.5.5 :
5436
+ version "2.5.5 "
5437
+ resolved "https://registry.yarnpkg.com /notion-to-md/-/notion-to-md-2.5.5 .tgz#b022cd9d6f01125762b85e26e0a41ae15410bd12 "
5438
+ integrity sha512-EdzuNZpJyc+287ItRALOld90RkshWBDiSA0WThf75z98Y8cyynhu6Hg+h377eD5K4UOSQHy5K0SUV4vGdCxCiA ==
5439
5439
dependencies :
5440
5440
markdown-table "^2.0.0"
5441
5441
You can’t perform that action at this time.
0 commit comments