summaryrefslogtreecommitdiff
path: root/js/stmd.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/stmd.js')
-rwxr-xr-xjs/stmd.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/stmd.js b/js/stmd.js
index 788809b..f4ccdf4 100755
--- a/js/stmd.js
+++ b/js/stmd.js
@@ -3205,8 +3205,7 @@
switch (container.t) {
case 'BlockQuote':
- var matched = indent <= 3 && ln.charAt(first_nonspace) === '>';
- if (matched) {
+ if (indent <= 3 && ln.charAt(first_nonspace) === '>') {
offset = first_nonspace + 1;
if (ln.charAt(offset) === ' ') {
offset++;