more post cleanup rules
This commit is contained in:
parent
5db345705b
commit
e449bf531c
|
@ -313,6 +313,10 @@ class ImportScripts::Lithium < ImportScripts::Base
|
|||
raw.gsub!(/^\s* \s*$/, "")
|
||||
# ugly quotes
|
||||
raw.gsub!(/^>[\s\*]*$/, "")
|
||||
raw.gsub!(":smileysad:", ":frowning:")
|
||||
raw.gsub!(":smileyhappy:", ":smile:")
|
||||
# nbsp central
|
||||
raw.gsub!(/([a-zA-Z0-9]) ([a-zA-Z0-9])/,"\\1 \\2")
|
||||
raw
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue