Raw elements are used to inject existing XML strings into a document WARNING: Use of this feature can result in invalid XML, since `value` is injected as-is.
Creates a new Raw element with the specified value. @param value [String] string value for the comment
# File lib/ox/raw.rb, line 9 def initialize(value) super end