Source
How to include markdown elements and images in the readme.md file of a native app
Headings, paragraphs, line breaks, emphasis, blockquotes, lists, code, horizontal rules, links, and escaping characters are supported elements, while images are supported only when Base64 - encoded. HTML elements are not supported.
AISQL AI_PARSE_DOCUMENT
AI_PARSE_DOCUMENT is a fully managed SQL function that extracts text and layout from documents stored on internal or external stages, preserving structure like tables, headers, and reading order.
Rewriting slow running queries which have explosive equi-join conditions and additional join conditions based on LIKE operator
ISSUE: Rewrite queries which have explosive equijoin conditions and additional effective join conditions for matches on partial strings.
TEXT_HTML
Returns a JSON object that specifies the HTML message to use for a notification. This is a helper function that you use to construct a message object for the SYSTEM$SEND_SNOWFLAKE_NOTIFICATION stored procedure.