This commit is contained in:
Cassie Tarakajian 2017-06-26 15:39:21 -04:00
parent 0532990314
commit 1359a72f2d

View file

@ -280,7 +280,7 @@ class PreviewFrame extends React.Component {
}
}
});
newContent = decomment(newContent);
newContent = decomment(newContent, { ignore: /noprotect/g });
newContent = loopProtect(newContent);
return newContent;
}