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