-
Notifications
You must be signed in to change notification settings - Fork 194
MDX admonitions in .md pages #2545
Copy link
Copy link
Open
Labels
low priorityLow priority issues to be done eventually.Low priority issues to be done eventually.t-webIssues with this label are in the ownership of the web team.Issues with this label are in the ownership of the web team.
Metadata
Metadata
Assignees
Labels
low priorityLow priority issues to be done eventually.Low priority issues to be done eventually.t-webIssues with this label are in the ownership of the web team.Issues with this label are in the ownership of the web team.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Originally specified here:
Technically fixable (Docusaurus emits predictable CSS class names that a rehype plugin could detect), but low priority. Admonitions carry supplementary context - notes, warnings - not primary content. An LLM can work with the plain text fallback without a meaningful loss of understanding. Unlike missing language tags or collapsed tabs, where absent information directly breaks code usability, losing the admonition type is a cosmetic issue. Will revisit when bandwidth allows.