summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/test_book/src/SUMMARY.md
blob: 6292fd22d73ab58b279d1e35700dabe0d0885800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Summary

[Prefix Chapter](prefix.md)

---

- [Introduction](README.md)
- [Draft Chapter]()

# Actual Markdown Tag Examples

- [Markdown Individual tags](individual/README.md)
  - [Heading](individual/heading.md)
  - [Paragraphs](individual/paragraph.md)
  - [Line Break](individual/linebreak.md)
  - [Emphasis](individual/emphasis.md)
  - [Blockquote](individual/blockquote.md)
  - [List](individual/list.md)
  - [Code](individual/code.md)
  - [Image](individual/image.md)
  - [Links and Horizontal Rule](individual/link_hr.md)
  - [Tables](individual/table.md)
  - [Tasks](individual/task.md)
  - [Strikethrough](individual/strikethrough.md)
  - [Mixed](individual/mixed.md)
- [Languages](languages/README.md)
  - [Syntax Highlight](languages/highlight.md)
- [Rust Specific](rust/README.md)
  - [Rust Codeblocks](rust/rust_codeblock.md)

---

[Suffix Chapter](suffix.md)