Skip to content

Conversation

@max-sixty
Copy link
Member

Summary

  • Fix admonition icons not rendering in the book (showing literal [!NOTE] text)
  • mdBook 0.5 has native admonition support but requires > [!NOTE] on its own line
  • Split admonition tags onto their own lines across 22 markdown files
  • Add <!-- prettier-ignore --> comments to prevent prettier from re-joining
  • Delete unused mdbook-admonish.css (366 lines) since native styling is used

Test plan

  • mdbook build succeeds
  • Admonitions render with proper icons and styling in built HTML
  • All pre-commit lints pass
  • task prqlc:pull-request passes

Fixes #5648

🤖 Generated with Claude Code

mdBook 0.5 has native admonition support but requires `> [!NOTE]` to be
on its own line. The previous syntax had text on the same line which
caused icons not to render (showing literal `[!NOTE]` text instead).

- Split admonition tags onto their own lines
- Add `<!-- prettier-ignore -->` to prevent prettier from re-joining
- Delete unused mdbook-admonish.css (native styling is now used)

Fixes PRQL#5648

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@max-sixty max-sixty merged commit d0d7a7d into PRQL:main Dec 28, 2025
36 checks passed
@max-sixty max-sixty deleted the admonish branch December 28, 2025 19:28
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.

Book: [!NOTE] not displaying as "i in circle"

1 participant