notion-markdown-cms
notion-markdown-cms copied to clipboard
Feature request: Formula property type
Hey Meshcloud! It would be amazing if you could return the formula property type. I think since Markdown supports primarily strings anyway it should be straight forward to return it as a String type?
Something like this?
return value.formula.string;
Notion uses Katex as formula lanaguage. For page properties we can probably just export the string, for blocks we should probably render a codeblock with "```katex"