From a290aae30c76298e676f9ce1a16aeab625a5f229 Mon Sep 17 00:00:00 2001 From: Haowei Hsu Date: Fri, 18 Apr 2025 18:05:43 +0800 Subject: [PATCH] fix(docs): correct Markdown list syntax in SUMMARY.md - standardizes list formatting using hyphens for consistency - ensures correct extraction by mdbook-i18n-helpers --- src/SUMMARY.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 90fcde072..a2ad75340 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,7 +1,7 @@ # Summary -[Getting Started](./getting-started.md) -[About this guide](./about-this-guide.md) +- [Getting Started](./getting-started.md) +- [About this guide](./about-this-guide.md) --- @@ -229,13 +229,12 @@ --- -[Appendix A: Background topics](./appendix/background.md) -[Appendix B: Glossary](./appendix/glossary.md) -[Appendix C: Code Index](./appendix/code-index.md) -[Appendix D: Compiler Lecture Series](./appendix/compiler-lecture.md) -[Appendix E: Bibliography](./appendix/bibliography.md) - -[Appendix Z: HumorRust](./appendix/humorust.md) +- [Appendix A: Background topics](./appendix/background.md) +- [Appendix B: Glossary](./appendix/glossary.md) +- [Appendix C: Code Index](./appendix/code-index.md) +- [Appendix D: Compiler Lecture Series](./appendix/compiler-lecture.md) +- [Appendix E: Bibliography](./appendix/bibliography.md) +- [Appendix Z: HumorRust](./appendix/humorust.md) ---