summaryrefslogtreecommitdiff
path: root/spec2md.pl
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-09 13:37:13 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-09 13:37:13 -0800
commitf1bbd869102e185b4e9178948f80c1ac66a94df7 (patch)
tree5d2f7ad813a1f6e78c5403a80d3300e266b69648 /spec2md.pl
parent58ebff02fd350f1b73d62caf0c1e976b4576e2ab (diff)
parent014d2d0699d8875e766afcf01580c4a2ea093131 (diff)
Merge branch 'master' of github.com:jgm/CommonMark
Diffstat (limited to 'spec2md.pl')
-rw-r--r--spec2md.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec2md.pl b/spec2md.pl
index f93aad8..313f86f 100644
--- a/spec2md.pl
+++ b/spec2md.pl
@@ -29,7 +29,7 @@ while (<STDIN>) {
$section = $match[0];
}
if ($stage != 0) {
- # $_ =~ s/ /␣/g;
+ $_ =~ s/ /␣/g;
}
print $_;
}