Abbreviations
About 124 wordsLess than 1 minute
2026-08-31
The abbreviation syntax allows defining terminology dictionaries within an article, rendering clean semantic <abbr> elements with instant hover popovers.
Syntax
Declare term mappings anywhere in your Markdown file:
*[SSR]: Server-Side Rendering
*[LCP]: Largest Contentful Paint
*[AST]: Abstract Syntax TreeUse the terms naturally in your prose:
Adopting SSR helps keep LCP low and performs transforms at AST compile stage.Features
- Automatic Linking: All matching terms within the document automatically receive abbreviation underlines and popovers.
- Top-Layer Positioning: Leverages native Popover top-layer and CSS Anchor positioning so tooltips are never clipped by parent overflow boundaries.
- On-Demand Loading: Interactive styles and scripts load only when abbreviation syntax is present in the post.
Copyright
Copyright Ownership:matsuzaka-yuki
License under:Attribution 4.0 International (CC-BY-4.0)