New data-demo attribute for demo blocks in documentation. Replaced 16 files worth of inline style="" wrappers with <div data-demo>. Only remaining style= is charts --size data injection (legitimate). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
22 lines
620 B
Markdown
22 lines
620 B
Markdown
---
|
|
title: "Blockquotes"
|
|
description: "Styled blockquotes in ASW — left-border accent, muted text, optional citation."
|
|
type: docs
|
|
weight: 26
|
|
date: 2026-04-11
|
|
tags: ["content", "blockquote", "typography"]
|
|
ai-disclosure: "generated"
|
|
ai-model: "claude-sonnet-4-6"
|
|
ai-provider: "Anthropic"
|
|
---
|
|
|
|
`<blockquote>` receives a left-border in the accent colour, slight indent, and reduced opacity. A `<footer>` inside the blockquote renders as a citation line.
|
|
|
|
## Inline Demo
|
|
|
|
<div data-demo>
|
|
<blockquote>
|
|
<p>Simplicity is the ultimate sophistication.</p>
|
|
<footer>— Leonardo da Vinci</footer>
|
|
</blockquote>
|
|
</div>
|