book: Annotate ASCII diagrams as plaintext

This prevents mdbook from interpreting them as Rust and attempting to
test them.
This commit is contained in:
Jack Grigg 2020-12-22 20:30:56 +00:00
parent 62cace289b
commit 92d9fb3225

View file

@ -80,7 +80,7 @@ To add an equality constraint $\mathit{left} \equiv \mathit{right}$:
For example, given two disjoint cycles $(A\ B\ C\ D)$ and $(E\ F\ G\ H)$:
```
```plaintext
A +---> B
^ +
| |
@ -94,7 +94,7 @@ D <---+ C E +---> F
After adding constraint $B \equiv E$ the above algorithm produces the cycle:
```
```plaintext
A +---> B +-------------+
^ |
| |