More updates from the gh-pages branch
This commit is contained in:
parent
4fdf53819d
commit
a7a30ad676
8 changed files with 60 additions and 155 deletions
|
|
@ -332,6 +332,7 @@ MarkOut.prototype.convertMD = function(sIndent)
|
|||
* triple-dash-style comments.
|
||||
*/
|
||||
if (!this.fDebug) {
|
||||
sMD = sMD.replace(/\{%\s*if\s+page\.developer\s*%}[\s\S]*?{%\s*endif\s*%}\s*/, "");
|
||||
sMD = sMD.replace(/[ \t]*<!--+\s*begin:exclude\s*-+->[\s\S]*?<!--+\s*end:exclude\s*-+->[\r\n]*/i, "");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue