Configurations: add colons to example section titles

This commit is contained in:
Ben Boeckel 2017-11-09 14:10:37 -05:00
parent 6447e0d072
commit 1bb927e46f

View File

@ -1152,7 +1152,7 @@ use foo::{xxx, yyy, zzz};
use foo::{aaa, bbb, ccc, ddd, eee, fff};
```
#### `"HorizontalVertical"`
#### `"HorizontalVertical"`:
```rust
use foo::{xxx, yyy, zzz};
@ -1165,7 +1165,7 @@ use foo::{aaa,
fff};
```
#### `"Vertical"`
#### `"Vertical"`:
```rust
use foo::{xxx,