mdBook/src
Andrew Chin abfc3009fc Add a "noplaypen" class for rust code samples.
This class will supress the "play" button in the html backend (which you
can also do with the "ignore" class), but it will still let the code be
tested via `mdbook test` (which is not possible with the "ignore" class).

This is useful for code examples that don't really do much (and so the
user doesn't gain much from running them), but as an author you still
want to test them to guard against syntax errors and typos and the like.
2018-07-26 17:55:14 -04:00
..
book Change template to use new CSS 2018-07-26 15:28:05 -05:00
cmd rustfmt 2018-07-25 12:20:48 -05:00
preprocess Run rustfmt 2018-07-23 12:47:04 -05:00
renderer Add a "noplaypen" class for rust code samples. 2018-07-26 17:55:14 -04:00
theme Ensure theme selection button is the full-width of the menu 2018-07-26 15:28:09 -05:00
utils Run rustfmt 2018-07-23 12:47:04 -05:00
config.rs Run rustfmt 2018-07-23 12:47:04 -05:00
lib.rs Run rustfmt 2018-07-23 12:47:04 -05:00
main.rs Move subcommand modules to match cargo conventions 2018-07-24 16:34:49 -05:00