Fixed a variety of broken links

This commit is contained in:
Jeff Parsons 2017-02-08 20:33:13 -08:00 committed by Jeff Parsons
commit b25c2dbdb7
9 changed files with 36 additions and 20 deletions

View file

@ -1019,7 +1019,7 @@ MarkOut.prototype.convertMDImageLinks = function(sBlock, sIndent)
* (in case this Markdown file is part of a Jekyll installation) and convert them to Markdown-style links.
*/
var aMatch;
var reIncludes = /\{%\s*include screenshot\.html\s+(.*?)\s*%}/g;
var reIncludes = /\{%\s*include\s+screenshot\.html\s+(.*?)\s*%}/g;
while ((aMatch = reIncludes.exec(sBlock))) {
var option, aOptions = {};