diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-07 07:46:15 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-07 07:46:15 -0700 |
commit | 76e133cafe0f45e44c57e391c67af1c2f0057004 (patch) | |
tree | 730b982edfe2aa8c752c144adef1d495a7539b74 | |
parent | 1325976ea8a23d8a7939486b44ace20f41b9635a (diff) |
Fixed comment.
-rwxr-xr-x | js/stmd.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -342,7 +342,7 @@ var parseEmphasis = function(inlines) { if (res.numdelims >= 1 && res.numdelims <= 3 && res.can_close && res.numdelims != first_close_delims) { if (res.numdelims === 3) { - // If we opened with ***, then we interpret *** as * followed by ** + // If we opened with ***, then we interpret *** as ** followed by * // giving us <strong><em> res.numdelims = 1; } |