mirror of
https://github.com/typecho/typecho.git
synced 2025-03-20 01:49:40 +01:00
加一个hook
This commit is contained in:
parent
028279edad
commit
da52126a42
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user