mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-05 20:10:32 +00:00
book: Annotate ASCII diagrams as plaintext
This prevents mdbook from interpreting them as Rust and attempting to test them.
This commit is contained in:
parent
62cace289b
commit
92d9fb3225
1 changed files with 2 additions and 2 deletions
|
|
@ -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)$:
|
For example, given two disjoint cycles $(A\ B\ C\ D)$ and $(E\ F\ G\ H)$:
|
||||||
|
|
||||||
```
|
```plaintext
|
||||||
A +---> B
|
A +---> B
|
||||||
^ +
|
^ +
|
||||||
| |
|
| |
|
||||||
|
|
@ -94,7 +94,7 @@ D <---+ C E +---> F
|
||||||
|
|
||||||
After adding constraint $B \equiv E$ the above algorithm produces the cycle:
|
After adding constraint $B \equiv E$ the above algorithm produces the cycle:
|
||||||
|
|
||||||
```
|
```plaintext
|
||||||
A +---> B +-------------+
|
A +---> B +-------------+
|
||||||
^ |
|
^ |
|
||||||
| |
|
| |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue