Skip to content

Commit

Permalink
and update browser versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Feb 19, 2016
1 parent a30a881 commit a88457f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions dist/markdown-it-synapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ function synapse(state, silent) {

content = state.src.slice(start + 2, state.pos);

// don't allow unescaped spaces/newlines inside
if (content.match(/(^|[^\\])(\\\\)*\s/)) {
state.pos = start;
return false;
}

// NOTE: allows unescaped spaces/newlines inside content
// found!
state.posMax = state.pos;
state.pos = start + 2;
Expand Down
2 changes: 1 addition & 1 deletion dist/markdown-it-synapse.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a88457f

Please sign in to comment.