mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Added rake task to normalize code
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#
|
||||
#
|
||||
require 'htmlentities'
|
||||
module Import; end
|
||||
module Import::Normalize
|
||||
def self.normalize_code_blocks(code, lang=nil)
|
||||
coder = HTMLEntities.new
|
||||
|
Reference in New Issue
Block a user