Artifact 6c5a854ac8558b1420d9619b48bf36ac56df03d49421604c3e77dc6c3ff78bb0:
- File
www/private.wiki
-
2024-02-04 04:42:03
— part of check-in
[56c7c2cb13]
on branch inskinerator-modern-backport
— Added three new block-element classes to the skin to replace use of
"blockquote" with semantic alternatives:
- "indent" for cases where the only purpose was to indent things
- "blockquote" where you want an actual block quote in a wiki doc and thus can't use a "blockquote" element due to the historical misuse of this tag, preventing us from doing the same for it as we do for MD
- "sidebar" when the reason you wanted an indented paragraph was to create a sidebar; this is styled much like a blockquote in MD (or the new "blockquote" class in wiki docs) but floats to the right.
Using all three of these in the remaining www/ docs that still used explicit "blockquote" tags.
(If you're wondering why the prior commit claims to have dealt with all of these tags when this commit belies that, it's because this work was done en masse, then split up into two related commits to keep the commit messages more on-point. It was easier to commit these two chunks of work in this order. It would have required a complicated dance with the stash to commit them in the more logical order.) (user: wyoung size: 5497)
- 2024-02-10 17:36:10 — part of check-in [8a1ba49b73] on branch trunk — Modernized the default skin, primarily to improve readability, and forked off the old default as "Étienne", named in honor of its creator. (user: wyoung size: 5497)
- 2024-03-05 12:53:29 — part of check-in [0517bd2dd8] on branch markdown-tagrefs — Merge trunk into markdown-tagrefs branch. (user: stephan size: 5497)
- 2024-03-23 05:54:48 — part of check-in [2304041e42] on branch clone-resume — Updates from trunk for sync changes et al. (user: andybradford size: 5497)
- 2024-09-06 10:47:00 — part of check-in [00f7466add] on branch timeline-keyboard-navigation — Sync with trunk. (user: florian size: 5497)
- 2024-09-06 10:48:00 — part of check-in [8e6660cd76] on branch diff-keyboard-navigation — Sync with trunk. (user: florian size: 5497)
- 2024-11-07 06:50:21 — part of check-in [d57463cc00] on branch ui-local-diff — Merge trunk into ui-local-diff branch, resolving one merge conflict in info.c:hexdump_page(). (user: stephan size: 5497)
-
2024-02-04 04:42:03
— part of check-in
[56c7c2cb13]
on branch inskinerator-modern-backport
— Added three new block-element classes to the skin to replace use of
"blockquote" with semantic alternatives: