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 8358a4e commit 58e916eCopy full SHA for 58e916e
src/transformers/get-page-md.js
@@ -53,9 +53,7 @@ exports.getNotionPageMD = (page) =>
53
}
54
55
if (block.type == "unsupported") {
56
- return acc
57
- .concat(`<!-- Block ${block.id} is not supported by Notion API. Yet. -->`)
58
- .concat(EOL_MD)
+ return acc.concat(`<!-- This block is not supported by Notion API yet. -->`).concat(EOL_MD)
59
60
61
return acc
0 commit comments