# File lib/slack_markdown/filters/ignorable_ancestor_tags.rb, line 7 def ignored_ancestor_tags if context[:ignored_ancestor_tags] DEFAULT_IGNORED_ANCESTOR_TAGS | context[:ignored_ancestor_tags] else DEFAULT_IGNORED_ANCESTOR_TAGS end end