showdown/dist
Estevao Soares dos Santos 238726ca91 fix(comments): Fix html comment parser
When an html comment was followed by a a long line of dashes, it would
freeze the parser as the lookahead in the html comment parser regex was
very slow. The regex was modified and simplified, so no lookahead is
needed anymore.

Closes #276
2016-07-20 22:01:10 +01:00
..
showdown.js fix(comments): Fix html comment parser 2016-07-20 22:01:10 +01:00
showdown.js.map fix(comments): Fix html comment parser 2016-07-20 22:01:10 +01:00
showdown.min.js fix(comments): Fix html comment parser 2016-07-20 22:01:10 +01:00
showdown.min.js.map fix(comments): Fix html comment parser 2016-07-20 22:01:10 +01:00