summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/test_book/src/SUMMARY.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/mdbook/test_book/src/SUMMARY.md')
-rw-r--r--vendor/mdbook/test_book/src/SUMMARY.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/vendor/mdbook/test_book/src/SUMMARY.md b/vendor/mdbook/test_book/src/SUMMARY.md
new file mode 100644
index 000000000..6292fd22d
--- /dev/null
+++ b/vendor/mdbook/test_book/src/SUMMARY.md
@@ -0,0 +1,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)