Format examples in doc strings. Have the CI ensure all doc strings remain formatted. rustfmt has an option for this - https://rust-lang.github.io/rustfmt/?version=v1.8.0&search=#format_code_in_doc_comments example ``` cargo fmt -- --config format_code_in_doc_comments=true ```