fix: repair broken admonitions caused by Docusaurus 3.10.1 upgrade#798
Open
Juminstock wants to merge 2 commits into
Open
fix: repair broken admonitions caused by Docusaurus 3.10.1 upgrade#798Juminstock wants to merge 2 commits into
Juminstock wants to merge 2 commits into
Conversation
|
Visit the preview URL for this PR (updated for commit 8856466): https://astar-docs--pr798-fix-subsquare-guide-1b7c9ze1.web.app (expires Sat, 01 Aug 2026 00:50:23 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f2f13e9b593d211faae6343d67a88fac3fd7268d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Docusaurus 3.10.1 upgrade (#793) pulled in a newer
mdast-util-directive/micromark-extension-directive. It enforces the strict directive spec: admonition titles must use bracket syntax,:::info[Title]. The old freeform syntax:::info Titleis no longer recognized as a directive at all, so it silently rendered as literal paragraph text instead of a styled callout (as reported by Guenael on the Subsquare governance guide).:::type Title->:::type[Title]) across the repo: 25 insubsquare_guide.md, 72 more across 18 other files.:::fences (pre-existing since 2022/2023, unrelated to the dependency bump) inbinary.mdanddocker.mdthat were also rendering as stray literal text.