Skip to content

docs: stop styling page references as blockquotes - #2666

Open
tonyandrewmeyer wants to merge 3 commits into
canonical:mainfrom
tonyandrewmeyer:rainy/2643-drop-blockquotes-for-links
Open

docs: stop styling page references as blockquotes#2666
tonyandrewmeyer wants to merge 3 commits into
canonical:mainfrom
tonyandrewmeyer:rainy/2643-drop-blockquotes-for-links

Conversation

@tonyandrewmeyer

@tonyandrewmeyer tonyandrewmeyer commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Replaces the > See also: / > See more: / > See first: blockquotes throughout docs/ with plain body text.

Also converts the eight > Examples: blocks, which point at charm source and are quote-styled for the same historical reason.

Two related things left alone, each worth a separate decision:

  • The tutorial's breadcrumb and > **See previous:** / > **See next:** blockquotes. Those are navigation rather than references, and the tutorial is being worked on separately at the moment.
  • The two > Added in ops 2.15 / > Added in ops 2.17 version notes in manage-pebble-health-checks.md.

Fixes #2643

tonyandrewmeyer and others added 3 commits July 13, 2026 15:14
…outs

Un-blockquote 'See more:', 'See also:', 'See first:', and 'Read more:'
callouts across docs/howto, docs/explanation, and one tutorial page.
References to other pages aren't quotes, so shouldn't be styled as
quotes (per canonical/charmlibs#493).
charmlibs#493, which the issue cites, sets the rule: two items comma
separated, three or more bulleted. Eight converted lines had three or more
items but stayed on one line, including a five-item ops.ActionEvent list.

Also converts the eight "> Examples:" blockquotes, which are references to
charm source styled as quotes for the same historical reason. The tutorial's
breadcrumb and "See previous"/"See next" blockquotes are navigation rather
than references, and are left alone.
Vale skips blockquote contents, so unquoting these lines is what exposed
"Charmlibs" and "timeframes" -- both were already in the docs.

"Charmlibs" is a product name, so it goes in the custom wordlist alongside
Jubilant's and Borescope. "timeframes" is reworded to "time frames", which is
the form the US spellcheck accepts.
@tonyandrewmeyer
tonyandrewmeyer marked this pull request as ready for review July 27, 2026 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stop using blockquotes for "see more" blocks

1 participant