mdbook/book-example/src/format
Andrew Pritchard 81ab2eb7db Added line numbers to editable sections of code.
- Added line numbers to config struct
- Added playpen_line_numbers field to hbs renderer.
- Added section to set `window.playpen_line_numbers = true` in page template
- Use line number global variable to show line numbers when required.
2019-09-24 21:27:02 +08:00
..
theme update language attribute to configurable 2019-05-30 11:53:49 +09:00
config.md Added line numbers to editable sections of code. 2019-09-24 21:27:02 +08:00
example.rs #29 update doc with an example of runnable rust code 2016-01-01 01:57:21 +01:00
mathjax.md Rewrap guide markdown at 80 columns 2018-08-02 21:34:26 -05:00
mdbook.md Document anchor-based partial include feature in the book 2019-07-14 21:55:51 -04:00
README.md Add index preprocessor (#685) 2018-05-04 19:41:28 +08:00
summary.md Rewrap guide markdown at 80 columns 2018-08-02 21:34:26 -05:00

Format

In this section you will learn how to:

  • Structure your book correctly
  • Format your SUMMARY.md file
  • Configure your book using book.toml
  • Customize your theme