typo_textfilter_none.rb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
- class Typo
- class Textfilter
- class None < TextFilterPlugin::Markup
- plugin_display_name "None"
- plugin_description 'Raw HTML only'
- def self.filtertext(blog,content,text,params)
- text
- end
- end
- end
- end