mdBook/test_book/src
Eric Huss c671c2e904
Merge pull request #2262 from Janik-Haag/master
Add nix to default languages
2024-04-12 15:27:31 +00:00
..
individual Add MathJax tests. 2024-02-25 14:53:10 -08:00
languages Add nix to default languages 2024-04-10 21:56:13 +02:00
rust Add rust specific codeblock examples 2021-10-05 12:11:29 +05:30
README.md Setup basic structure for test book 2021-10-04 13:14:49 +05:30
SUMMARY.md Add MathJax tests. 2024-02-25 14:53:10 -08:00
prefix.md Setup basic structure for test book 2021-10-04 13:14:49 +05:30
suffix.md Setup basic structure for test book 2021-10-04 13:14:49 +05:30

README.md

Demo Book

This is a simple demo book, which is intended to be used for verifying and validating style changes in mdBook. This contains dummy examples of various markdown elements and code languages, so that one can check changes made in mdBook styles.

This rough outline is :

  • individual : contains basic markdown elements such as headings, paragraphs, links etc.
  • languages : contains a hello world in each of supported language to see changes in syntax highlighting
  • rust : contains language examples specific to rust, such as play pen, runnable examples etc.

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.