From 92d9fb322519d43c4c86737e6f6d975111e89c1a Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 22 Dec 2020 20:30:56 +0000 Subject: [PATCH] book: Annotate ASCII diagrams as plaintext This prevents mdbook from interpreting them as Rust and attempting to test them. --- book/src/design/permutation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/design/permutation.md b/book/src/design/permutation.md index e6c3d63..dfa0f77 100644 --- a/book/src/design/permutation.md +++ b/book/src/design/permutation.md @@ -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 +-------------+ ^ | | |