docs: Subsequent headers are put on the same line
还没有人认领这个 Issue。
评估
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 新手友好度
- 35/100
- Issue 类型
- 缺陷
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- css
调研方向
从链接的 Virtualizer 文档页面及其源 markdown 开始,比较生成的标题标记,尤其是 #required 和 #optional 标题。检查应用于标题锚标签的 CSS,并找出相邻标题以内联方式呈现的原因;当连续标题在 Chromium 中显示在不同行上时,即表示完成。
由索引模型根据 Issue 内容生成。
描述
Describe the bug
If two headings are immediately following eachother, the second heading is rendered on the same line as the first.
This is visible on the Virtualizer page, where there is an h2 followed by an h3
This seems to be a CSS issue, as these headers are wrapped in <a> tags, which might be being rendered inline. This might be an issue with the TanStack docs generation instead of virtual itself, as the markdown for this page looks pretty normal: https://github.com/TanStack/virtual/blob/main/docs/api/virtualizer.md
Observed on Chromium
Your minimal, reproducible example
https://tanstack.com/virtual/latest/docs/api/virtualizer
Steps to reproduce
- Go to https://tanstack.com/virtual/latest/docs/api/virtualizer
- Look for the
#requiredand#optionalheaders - ???
- Profit
Expected behavior
Headers are on separate lines, even if immediately preceded by another header.
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
Chromium on MacOS
tanstack-virtual version
v3.13.2
TypeScript version
No response
Additional context
No response
Terms & Code of Conduct
- I agree to follow this project's Code of Conduct
- I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
- 主要语言
- TypeScript
- 星标
- 7.1k
- 派生
- 466
- 平均合并
- 2 天 31 分钟
- 30 天内合并 PR
- 13
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
TanStack/virtual 的其他 Issue
-
难度 4/5 3-5 天 新手友好度 55/100
-
难度 5/5 一周以上 新手友好度 38/100
-
难度 4/5 3-5 天 新手友好度 62/100
-
难度 4/5 3-5 天 新手友好度 55/100
-
难度 3/5 1-2 天 新手友好度 68/100
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
vercel-labs/just-bash#464 ·
-
looksLikeSlug() is ASCII-only, so non-Latin entity slugs (e.g. Korean) skip exact match and collapse 未关闭
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 65/100
-
难度 2/5 1-3 小时 新手友好度 65/100
-
难度 1/5 1 小时以内 新手友好度 90/100
TanStack/tanstack.com#1293 ·