]> git.proxmox.com Git - rustc.git/blob - vendor/mdbook/test_book/src/README.md
New upstream version 1.59.0+dfsg1
[rustc.git] / vendor / mdbook / test_book / src / README.md
1 # Demo Book
2
3 This is a simple demo book, which is intended to be used for verifying and validating style changes in mdBook.
4 This contains dummy examples of various markdown elements and code languages, so that one can check changes made in mdBook styles.
5
6 This rough outline is :
7
8 - individual : contains basic markdown elements such as headings, paragraphs, links etc.
9 - languages : contains a `hello world` in each of supported language to see changes in syntax highlighting
10 - rust : contains language examples specific to rust, such as play pen, runnable examples etc.
11
12 This is more for checking and fixing style, rather than verifying that correct code is generated for given markdown, that is better handled in tests.