Skip to main content

Documentation Index

Fetch the complete documentation index at: https://prismeai-legacy.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Demo

Minimal usage

# Page/Block
- slug: Image
  src: https://host/myimage.png
  alt: my image
Display an image loaded from src with an alternative text. Demo

Advanced usage

caption attach a localized text around the image. It results in a figure html tag and a figcaption.
# Page/Block
- slug: Image
  src: https://host/myimage.png
  alt: my image
  caption: This image represent something decribing tgat you can caption an image
Demo