Method: Jekyll::Converters::Markdown#valid_processors
- Defined in:
- lib/ngage/jekyll/converters/markdown.rb
#valid_processors ⇒ Object
Public: Provides you with a list of processors, the ones we support internally and the ones that you have provided to us (if you are not in safe mode.)
45 46 47 |
# File 'lib/ngage/jekyll/converters/markdown.rb', line 45 def valid_processors %w(kramdown) + third_party_processors end |