A literal chunk that protects ‘code’ and ‘pre’ tags from wiki rendering.
[Source]
# File app/models/chunks/literal.rb, line 11 11: def self.pattern() Regexp.new('<('+PRE_BLOCKS+')\b[^>]*?>.*?</\1>', Regexp::MULTILINE) end
[Validate]