New functions for converting content to markdown
FormulasBuilding rich, formatted content into a story or case just got easier. We've added eight new formulas that convert plain text into markdown, so you can generate well-structured output without writing the syntax by hand:
TO_MARKDOWN_HEADING— turns text into a markdown headingTO_MARKDOWN_BOLD— makes text boldTO_MARKDOWN_ITALIC— makes text italicTO_MARKDOWN_STRIKE— strikes through textTO_MARKDOWN_BLOCKQUOTE— formats text as a blockquoteTO_MARKDOWN_CALLOUT— formats text as a calloutTO_MARKDOWN_CODEBLOCK— wraps text in a code blockTO_MARKDOWN_LIST— converts an array into a markdown list
Use these to build case notes, Slack messages, or any output that renders markdown, directly from your story data.
See our documentation for examples.