181 字
1 分钟
Markdown Abbreviations

Abbreviations keep technical writing compact while preserving the full term for readers who need it. A defined term renders as a native abbr element with its meaning available on hover and to assistive technology.

In context#

SSR-first output keeps the initial document visible before JavaScript runs. When measuring its reading experience, LCP and CLS reveal whether the first visible content is fast and stable.

An abbreviation can also appear next to ordinary Markdown such as SSR guidance, but literal code such as SSR and links like LCP documentation remain untouched.

Define terms#

Place definitions anywhere in the same Markdown document. They do not render as visible paragraphs, and only matching terms in that article receive the semantic abbreviation treatment.

*[SSR]: Server-Side Rendering
*[LCP]: Largest Contentful Paint
*[CLS]: Cumulative Layout Shift
SSR makes an HTML response available before client code runs.

Authoring boundaries#

Terms must begin with a letter or number and may contain letters, numbers, periods, underscores, plus signs, and hyphens. Each definition applies to the current article only; an invalid or duplicate definition remains ordinary Markdown instead of silently replacing another term.

Server-Side RenderingLargest Contentful PaintCumulative Layout ShiftServer-Side Rendering
Markdown Abbreviations
https://shirone.mysqil.com/posts/markdown-abbreviations/
作者
Shirone
发布于
2026-08-28
许可协议
CC BY-NC-SA 4.0

分享文章

生成精美分享图或复制链接,与更多人分享本文。

继续阅读

沿着主题读

基于共同的标签与分类

换条路线

从其他文章中稳定抽取