Replace lt with hyphen

Takumi Sueda 2020-10-18 03:25:17 +09:00
parent b64d4fbc81
commit a2b5066e7d
2 changed files with 7 additions and 7 deletions

@ -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)
# UBoot
- [起動 (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'])