mirror of
https://github.com/brain-hackers/README
synced 2025-06-10 06:52:38 +09:00
Replace lt with hyphen
parent
b64d4fbc81
commit
a2b5066e7d
12
_Sidebar.md
12
_Sidebar.md
@ -1,10 +1,10 @@
|
||||
<!-- This file is generated by generate_toc.py. DO NOT EDIT MANUALLY! -->
|
||||
|
||||
# Linux
|
||||
- [ビルド](Linux-%3E-%E3%83%92%E3%82%99%E3%83%AB%E3%83%88%E3%82%99)
|
||||
# U-Boot
|
||||
- [起動 (EBOOT)](U%E2%80%90Boot-%3E-%E8%B5%B7%E5%8B%95-%28EBOOT%29)
|
||||
- [起動 (USB Recovery)](U%E2%80%90Boot-%3E-%E8%B5%B7%E5%8B%95-%28USB-Recovery%29)
|
||||
- [ビルド](Linux---%E3%83%92%E3%82%99%E3%83%AB%E3%83%88%E3%82%99)
|
||||
# U‐Boot
|
||||
- [起動 (EBOOT)](U%E2%80%90Boot---%E8%B5%B7%E5%8B%95-%28EBOOT%29)
|
||||
- [起動 (USB Recovery)](U%E2%80%90Boot---%E8%B5%B7%E5%8B%95-%28USB-Recovery%29)
|
||||
### ビルド
|
||||
- [buildbrain](U%E2%80%90Boot-%3E-%E3%83%92%E3%82%99%E3%83%AB%E3%83%88%E3%82%99-%3E-buildbrain)
|
||||
- [手動](U%E2%80%90Boot-%3E-%E3%83%92%E3%82%99%E3%83%AB%E3%83%88%E3%82%99-%3E-%E6%89%8B%E5%8B%95)
|
||||
- [buildbrain](U%E2%80%90Boot---%E3%83%92%E3%82%99%E3%83%AB%E3%83%88%E3%82%99---buildbrain)
|
||||
- [手動](U%E2%80%90Boot---%E3%83%92%E3%82%99%E3%83%AB%E3%83%88%E3%82%99---%E6%89%8B%E5%8B%95)
|
||||
|
@ -17,7 +17,7 @@ def main():
|
||||
ptr[t] = ptr.get(t, dict())
|
||||
ptr = ptr[t]
|
||||
|
||||
idfn[id(ptr)] = quote(fn.name[:-3].replace('-', '\u2010').replace(' ', '-'))
|
||||
idfn[id(ptr)] = quote(fn.name[:-3].replace('-', '\u2010').replace(' ', '-').replace('>', '-'))
|
||||
|
||||
md = markdown.Markdown(extensions=['toc'])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user