If you find vskill useful, give it a star on GitHub
→
vskill
Login
/
⌘K
Skills
Studio
Watch
Submit
Publishers
Trust
Queue
Docs
Insights
v1.0.0 - css | verified-skill.com | vSkill
<< All versions
Skill v1.0.0
current
Automated scan
96/100
acongm/vuepress/css
──
Details
Published
June 17, 2026 at 08:40 PM
Content Hash
sha256:381cb63f324d41fd...
Git SHA
e56437807997
──
Files
Files (1 file, 720 B)
SKILL.md
720 B
active
Raw
Rendered
SKILL.md · 24 lines · 720 B
Copy
version: "1.0.0"
CSS 奇淫技巧
识别 HTML 字符中的 \n
white-space
CSS 属性是用来设置如何处理元素中的 空白
css
white-space: pre;
属性值
换行符
空格和制表符
文字换行
normal
合并
合并
换行
nowrap
合并
合并
不换行
pre
保留
保留
不换行
pre-wrap
保留
保留
换行
pre-line
保留
合并
换行
break-spaces
保留
保留
换行
MDN
All versions