# File lib/markaby/builder_tags.rb, line 47 def xhtml_strict(attrs = {}, &block) self.tagset = Markaby::XHTMLStrict xhtml_html(attrs, &block) end