markdownToBlocks
$0.01/invocation
Convert markdown text into a structured block format compatible with modern content editors like Notion, Sanity, or Craft
markdownToBlocks(
)
=
loading...
API


python

Ruby
>_

Google Sheets
Chat
Email
To use this function in your Ruby application:
1. Install it:
gem install func_live
2. Copy over this snippet:
FuncLive.token = 'FUNC_TOKEN'
FuncLive.("markdownToBlocks", "# Welcome to My Document\n\nThis is an *introduction* paragraph with **bold** and `code` elements.\n\n## Key Points\n\n- First important point\n- Second point with [a link](https://example.com)\n- Third point\n\n> This is an important quote\n\n```javascript\nconsole.log('Hello World');\n```\n\n---\n\nDone!")
3. Make sure to replace FUNC_TOKEN with an actual token from tokens.wakeflow.io
For more information: https://rubygems.org/gems/func_live