# File lib/wikicloth/extension.rb, line 26 def skip_html?(elem) return true if !element_exists?(elem) html_elements[elem][:options][:skip_html] end