aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-02-06 13:34:59 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-02-06 13:34:59 -0800
commitbe6c3743b89801dcd15e7c1f57eabbdfdb54be50 (patch)
treee0fde1681f3f94662fae9aaa18c7c9d5b737681f /spec.txt
parent4adaf9f4a3adaf768a5e141be7cdb361c0bb43b8 (diff)
Fixed initial spaces in blockquote/tab example.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 5f43c9d..956db3e 100644
--- a/spec.txt
+++ b/spec.txt
@@ -319,7 +319,7 @@ by spaces with a tab stop of 4 characters.
>→foo→bar
.
<blockquote>
-<p> foo→bar</p>
+<p>foo→bar</p>
</blockquote>
````````````````````````````````