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