From b020bff3aa8bbfcc9ec213f0c2a82c06d3286239 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 16 Apr 2015 09:10:50 -0700 Subject: Fixed alignment in flankingness examples (cosmetic). --- spec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec.txt b/spec.txt index c44fbc2..89bee15 100644 --- a/spec.txt +++ b/spec.txt @@ -4605,8 +4605,8 @@ Here are some examples of delimiter runs. - right-flanking but not left-flanking: ``` - abc*** - abc_ + abc*** + abc_ "abc"** "abc"_ ``` @@ -4614,7 +4614,7 @@ Here are some examples of delimiter runs. - Both left and right-flanking: ``` - abc***def + abc***def "abc"_"def" ``` -- cgit v1.2.3