加一个hook

This commit is contained in:
joyqi 2013-10-25 09:38:20 +08:00
parent 028279edad
commit da52126a42

View File

@ -155,6 +155,9 @@ this.makeHtml = function(text) {
g_titles = {};
g_html_blocks = [];
if (self.preConversion) {
text = self.preConversion(text);
}
// attacklab: Replace ~ with ~T
// This lets us use tilde as an escape char to avoid md5 hashes