Markdown Cheatsheet
This is an unnumbered prefix chapter for a brief Markdown cheatsheet, built with mdBook.
Defined in SUMMARY.md
as:
[Markdown Cheatsheet](./md/prefix.md)
The following chapters (on desktop, see left) are defined as:
- [CHAPTER X](./PATH/TO/*.md)
- [CHAPTER X.1](./PATH/TO/*.md)
General mdBook Structure
.
├── book
│ ├── ...
│ ├── webpage stuff
│ └── ...
├── book.toml
└── src
├── ...
├── *.md and images (can be nested)
├── ...
└── SUMMARY.md