-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Tasks
- anchor 먹통 및 TOC와의 동기화 깨짐 문제 fix (Priority: 📈High)
- Upgrade to Docusaurus 3 #147 이후 발생
- 2버전 베타에선 문제 없었으므로 그 사이 내부 anchor 처리 로직에 변경사항이 생긴듯
- value는 같지만 독립된 각 Heading에 대한 id 처리 (Priority: 📉Low)
- 거의 볼 일 없는 버그지만 docusaurus는 핸들링하므로 fix 해주는 것이 좋음
- Ex. 2개의
### 풀이 키워드
Headings
Comment
- Docusaurus에서
h1
은 그냥 다 TOC에 안넣음 (최초h1
만 생성 안하는 것 x) - 참고: https://github.com/facebook/docusaurus/blob/a4c33bfea56b231b302adbf819a45c2de217a01d/packages/docusaurus-theme-classic/src/theme/Heading/index.tsx#L18-L28
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working