class Jekyll::Converters::Markdown

def third_party_processors

Returns an array of symbols

Public: A list of processors that you provide via plugins.
def third_party_processors
  self.class.constants - [:KramdownParser, :PRIORITIES]
end