Skip to content

Commit 52ece8d

Browse files
committed
fix: Update notion-to-md
1 parent b276f87 commit 52ece8d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"limiter": "^2.1.0",
5555
"markdown-table": "^2.0.0",
5656
"node-fetch": "2.6.6",
57-
"notion-to-md": "^2.5.2",
57+
"notion-to-md": "^2.5.5",
5858
"path": "^0.12.7",
5959
"postinstall-postinstall": "^2.1.0",
6060
"sanitize-filename": "^1.6.3"

src/pull.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async function getPagesRecursively(
109109
if (!rootLevel && pageInfo.hasParagraphs) {
110110
pages.push(pageInTheOutline);
111111

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.
113113
// 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
114114
// 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
115115
// it has both? Well then we assume it's a content page.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5432,10 +5432,10 @@ normalize-url@^6.0.0:
54325432
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz"
54335433
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
54345434

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==
54395439
dependencies:
54405440
markdown-table "^2.0.0"
54415441

0 commit comments

Comments
 (0)