Merge pull request #2343 from hwhsu1231-fork/fix-prefix-chapter
fix(docs): add newlines between prefix/suffix chapters
This commit is contained in:
commit
b9fbcd1b13
|
|
@ -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)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -231,9 +232,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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue