Fixed a variety of broken links
This commit is contained in:
parent
c96348ca2d
commit
b25c2dbdb7
9 changed files with 36 additions and 20 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue