mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
another subst
This commit is contained in:
@ -315,6 +315,7 @@ class ImportScripts::Lithium < ImportScripts::Base
|
|||||||
raw.gsub!(/^>[\s\*]*$/, "")
|
raw.gsub!(/^>[\s\*]*$/, "")
|
||||||
raw.gsub!(":smileysad:", ":frowning:")
|
raw.gsub!(":smileysad:", ":frowning:")
|
||||||
raw.gsub!(":smileyhappy:", ":smile:")
|
raw.gsub!(":smileyhappy:", ":smile:")
|
||||||
|
raw.gsub!(":smileyvery-happy:", ":smiley:")
|
||||||
# nbsp central
|
# nbsp central
|
||||||
raw.gsub!(/([a-zA-Z0-9]) ([a-zA-Z0-9])/,"\\1 \\2")
|
raw.gsub!(/([a-zA-Z0-9]) ([a-zA-Z0-9])/,"\\1 \\2")
|
||||||
raw
|
raw
|
||||||
|
Reference in New Issue
Block a user