Configurations: add colons to example section titles
This commit is contained in:
parent
6447e0d072
commit
1bb927e46f
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue