Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

AST Generation

And a figure

display({
  "application/vnd.mystmd.ast+json;version=1": {
  "type": "root",
  "children": [
        {
          "type": "container",
          "kind": "figure",
          "children": [
            {
              "type": "image",
              "url": "https://picsum.photos/id/947/800/256/"
            },
            {
              "type": "paragraph",
              "children": [
                {
                  "type": "text",
                  "value": "I’m a programatically generated figure from AST. See other figures..."
                }
              ]
            }
          ]
        }
     ]
  }
}, raw=True)
Loading...