### Render HTML String Source: https://www.portabletext.org This HTML string represents content that can be rendered directly in a web browser. ```html

Read the documentation for Portable Text.

``` -------------------------------- ### Render Portable Text Structure Source: https://www.portabletext.org This JSON structure represents the same content as Portable Text. It is a structured data format that can be rendered into various output formats. ```json [ { "_type": "block", "style": "normal", "children": [ { "_type": "span", "text": "Read the " }, { "_type": "span", "text": "documentation", "marks": ["a1b2c3"] }, { "_type": "span", "text": " for " }, { "_type": "span", "text": "Portable Text", "marks": ["strong"] }, { "_type": "span", "text": "." } ], "markDefs": [ { "_key": "a1b2c3", "_type": "link", "href": "/docs" } ] } ] ``` -------------------------------- ### Portable Text JSON Structure Source: https://www.portabletext.org This JSON represents structured block content, including headings, paragraphs with rich text formatting (bold, italic), links, and images. It's the output format for Portable Text. ```json [ { "_type": "block", "_key": "e0e96f1a6b5f", "style": "h1", "children": [ { "_type": "span", "_key": "ae8a8e9eb0e5", "text": "Portable Text Editor" } ], "markDefs": [] }, { "_type": "block", "_key": "18ac84b7d79f", "style": "normal", "children": [ { "_type": "span", "_key": "ce989df7417f", "text": "Build " }, { "_type": "span", "_key": "1ef0d0477b71", "text": "powerful", "marks": [ "strong" ] }, { "_type": "span", "_key": "d078af1366ca", "text": " content editing experiences for your applications. Portable Text Editor gives developers " }, { "_type": "span", "_key": "468b56d56e3c", "text": "complete control", "marks": [ "em" ] }, { "_type": "span", "_key": "c76103dd5dad", "text": " over styling, formatting, and content structure." } ], "markDefs": [] }, { "_type": "block", "_key": "45de2b7afe53", "style": "normal", "children": [ { "_type": "span", "_key": "748b17a0eabf", "text": "Get Started →", "marks": [ "f6c221ed56c7" ] } ], "markDefs": [ { "_type": "link", "_key": "f6c221ed56c7", "href": "/getting-started/" } ] }, { "_type": "block", "_key": "3bc1fc95ffdf", "style": "normal", "children": [ { "_type": "span", "_key": "98392b40ab71", "text": "Or visit the " }, { "_type": "span", "_key": "1c58e9f0611b", "text": "playground", "marks": [ "b1bddf980418" ] } ], "markDefs": [ { "_type": "link", "_key": "b1bddf980418", "href": "https://playground.portabletext.org/" } ] }, { "_type": "block", "_key": "55a837c7cb67", "style": "blockquote", "children": [ { "_type": "span", "_key": "eb29ee559589", "text": "Created by the team at " }, { "_type": "span", "_key": "0861db538171", "text": "Sanity", "marks": [ "f068d5a8e068" ] } ], "markDefs": [ { "_type": "link", "_key": "f068d5a8e068", "href": "https://sanity.io" } ] }, { "_type": "image", "_key": "56094ea3fc8c", "src": "/portable-text-logo.png", "alt": "Portable Text Editor logo" } ] ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.