fix(docs): add newlines between prefix/suffix chapters

add newlines between prefix/suffix chapters in SUMMARY.md
to ensure correct extraction by mdbook-i18n-helpers.
This commit is contained in:
Haowei Hsu 2025-04-18 18:49:34 +08:00
parent 8e69daa139
commit a250445f8e
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Summary # Summary
[Getting Started](./getting-started.md) [Getting Started](./getting-started.md)
[About this guide](./about-this-guide.md) [About this guide](./about-this-guide.md)
--- ---
@ -230,9 +231,13 @@
--- ---
[Appendix A: Background topics](./appendix/background.md) [Appendix A: Background topics](./appendix/background.md)
[Appendix B: Glossary](./appendix/glossary.md) [Appendix B: Glossary](./appendix/glossary.md)
[Appendix C: Code Index](./appendix/code-index.md) [Appendix C: Code Index](./appendix/code-index.md)
[Appendix D: Compiler Lecture Series](./appendix/compiler-lecture.md) [Appendix D: Compiler Lecture Series](./appendix/compiler-lecture.md)
[Appendix E: Bibliography](./appendix/bibliography.md) [Appendix E: Bibliography](./appendix/bibliography.md)
[Appendix Z: HumorRust](./appendix/humorust.md) [Appendix Z: HumorRust](./appendix/humorust.md)