diff --git a/markdown_to_notion/index.js b/markdown_to_notion/index.js new file mode 100644 index 0000000..1ac5940 --- /dev/null +++ b/markdown_to_notion/index.js @@ -0,0 +1,4 @@ +const {markdownToBlocks, markdownToRichText} = require('@tryfabric/martian'); + +markdownToBlocks(` + \ No newline at end of file