Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Configuration

Options name in this page are in camel case. If you’re using markup_fmt as a Rust crate, please use snake case instead.

If you’re using in dprint, please note that the key name for configuration is "markup", not "markup_fmt":

{
  // ...
  "markup": { // <-- the key name here is "markup", not "markup_fmt"
    // config comes here
  }
}