From 3614ecf47551b383b9c6b7620228aa0f21dde748 Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Wed, 17 Feb 2016 10:26:41 -0700 Subject: [PATCH] Re-add the whitespace to the poem. CommonMark considers two trailing whitespaces to be significant, adding a line break. --- src/if.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/if.md b/src/if.md index c5b82c8..270491b 100644 --- a/src/if.md +++ b/src/if.md @@ -1,11 +1,11 @@ # Control flow with `if` -> Two roads diverged in a yellow wood, -> And sorry I could not travel both -> And be one traveler, long I stood -> And looked down one as far as I could -> To where it bent in the undergrowth; -> +> Two roads diverged in a yellow wood, +> And sorry I could not travel both +> And be one traveler, long I stood +> And looked down one as far as I could +> To where it bent in the undergrowth; +> > - Robert Frost, “The Road Not Taken” In Rust, there are a few ways to cause our code to branch. The most fundamental