{"library":"slack-blocks-markdown","title":"slack-blocks-markdown","description":"Convert Markdown to Slack Block Kit blocks using mistletoe. Current version: 0.2.1, requires Python >=3.11. Releases are infrequent, mostly bugfixes and type hint improvements.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install slack-blocks-markdown"],"cli":null},"imports":["from slack_blocks_markdown import SlackBlocksMarkdown"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from slack_blocks_markdown import SlackBlocksMarkdown\n\nconverter = SlackBlocksMarkdown()\nblocks = converter.markdown_to_blocks(\"# Hello\\n\\nThis is **bold** and `code`\")\nprint(blocks)","lang":"python","description":"Parse Markdown string and output Slack Block Kit blocks as a list of dicts.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}