回答編集履歴
1
修正
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
'editor.PostPreview.interstitialMarkup',
|
24
24
|
|
25
|
-
'my-plugin/d
|
25
|
+
'my-plugin/modify_preview_message',
|
26
26
|
|
27
27
|
function(msg){return msg.replace(/<svg.+?</svg>/,'');}
|
28
28
|
|