Raw XHTML cloth. Idea by ThreeDayMonk.
[Source]
# File lib/nukumi2/plugins/xhtml.rb, line 4 4: def initialize(string) 5: @string = string 6: end
# File lib/nukumi2/plugins/xhtml.rb, line 8 8: def to_html(*args) 9: @string 10: end
[Validate]