martian
martian copied to clipboard
Markdown to Notion: Convert Markdown and GitHub Flavoured Markdown to Notion API Blocks and RichText ππ
I'm facing this issue when I use the function `markdownToBlocks`. ```js @notionhq/client warn: request fail { code: 'validation_error', message: 'body failed validation: body.image.type should be not present, instead was `"external"`.'...
[Discuss in #**public-issue-34--add-a-way-to-stringify-non-paragraph-elements**](https://slack.com/app_redirect?team=TJ5G67VHU&channel=C03FL76NFRU) It could be useful if someone is using `parseRichText` and they don't have just a paragraph, but other elements too
[Discuss in #**public-issue-15--nested-numberbullet-list-combination-ends-up-with-error**](https://slack.com/app_redirect?team=TJ5G67VHU&channel=C02RJQ4NZT5) I've a deeply nested list items in my .md file, like this: ```md 1. **Something important** 1. Sub step one - something to remember - parameters: -...
Hello, thanks for maintaining this tool. π I am trying to create a basic table, but am unable to do so. My table looks like this: ```markdown | Date |...
Bumps [katex](https://github.com/KaTeX/KaTeX) to 0.16.10 and updates ancestor dependency [remark-math](https://github.com/remarkjs/remark-math). These dependencies need to be updated together. Updates `katex` from 0.12.0 to 0.16.10 Release notes Sourced from katex's releases. v0.16.10 0.16.10...
Hi, thanks for this package! I noted in the documentation that it should automatically try and spread data that would be too long into multiple blocks, however after using `markdownToBlocks()`...
``` * test * test2 * test3 ``` it can work but when bulleted list more than four it don't work to upload to notion ``` * test * test2...
https://github.com/EasyChris/obsidian-to-notion/issues/33
I've noticed that `markdownToRichText` completely ignores new lines break both `\n`(both at the end and the beginning of a line) and `double space`(at the end of the line). Is there...
## Problem Paragraph text with multiple dollar amounts incorrectly creates an equation block. ## Working Example ```javascript markdownToBlock('A painting by John Doe sold for $9M at auction. A previous piece...