> For the complete documentation index, see [llms.txt](https://attr.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://attr.sygnal.com/sa5-richtext.md).

# sa5-richtext

- [About SA5's Rich Text Lib](https://attr.sygnal.com/sa5-richtext/about.md): Extend Webflow's Rich Text Element
- [Future](https://attr.sygnal.com/sa5-richtext/about/future.md): Rich Text Capabilities we're considering
- [Quick Start | SA5 Rich Text](https://attr.sygnal.com/sa5-richtext/quick-start.md): How to Easily Add SA5's Rich Text Enhancements to Your Webflow Site
- [Nested Lists ❺](https://attr.sygnal.com/sa5-richtext/nested-lists.md): Style Webflow's nested lists within rich text blocks
- [Legacy Feature Notes](https://attr.sygnal.com/sa5-richtext/nested-lists/legacy-feature-notes.md): Add nested lists to Webflow's rich text elements
- [GitHub Gists ❺](https://attr.sygnal.com/sa5-richtext/github-gists.md): Add embedded GitHub Gist capabilities to your blog.
- [Video Tutorials](https://attr.sygnal.com/sa5-richtext/github-gists/video-tutorials.md): Tips on how to use SA5's Rich Text Gist feature
- [Why Gist?](https://attr.sygnal.com/sa5-richtext/github-gists/why-gist.md): Why SA5 Uses Gist for our RichText-Embedded Code Solution
- [Technical Notes](https://attr.sygnal.com/sa5-richtext/github-gists/technical-notes.md)
- [Future](https://attr.sygnal.com/sa5-richtext/github-gists/future.md): Future plans for GitHub Gists
- [Code Blocks 🧪](https://attr.sygnal.com/sa5-richtext/code-blocks.md)
- [Wrapping Code Blocks](https://attr.sygnal.com/sa5-richtext/code-blocks/wrapping-code-blocks.md)
- [Copy Code to Clipboard](https://attr.sygnal.com/sa5-richtext/code-blocks/copy-code-to-clipboard.md)
- [Excalidraw ( SVG Embeds )](https://attr.sygnal.com/sa5-richtext/excalidraw.md)
- [URL Expanders 🧪](https://attr.sygnal.com/sa5-richtext/url-expanders.md)
- [Annotations 🧪](https://attr.sygnal.com/sa5-richtext/annotations.md): Add "smart" elements within your Webflow Rich Text Blocks
- [Text SPAN Formatting 🧪](https://attr.sygnal.com/sa5-richtext/text-span-formatting.md): Add Highlighting, Code and other styles to your Rich Text Elements
- [Lightboxes 🧪](https://attr.sygnal.com/sa5-richtext/lightboxes.md)
- [Future](https://attr.sygnal.com/sa5-richtext/lightboxes/future.md)
- [Embeddables](https://attr.sygnal.com/sa5-richtext/embeddables.md)
- [Richtext ❺🧪](https://attr.sygnal.com/sa5-richtext/richtext.md): Add special features to your rich-text content.
- [CSS Isolation](https://attr.sygnal.com/sa5-richtext/richtext/css-isolation.md)
- [Blockquotes](https://attr.sygnal.com/sa5-richtext/blockquotes.md): Embellish Webflow's blockquotes with multiple paragraphs, citations and more.
- [Call-Outs](https://attr.sygnal.com/sa5-richtext/call-outs.md): Convert any Webflow blockquote to a stylized callout
- [Responsive Inline Images](https://attr.sygnal.com/sa5-richtext/responsive-inline-images.md): Make your inline floating rich text images more responsive


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://attr.sygnal.com/sa5-richtext.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
