Method: Commonmarker::Config.process_plugins
- Defined in:
- lib/commonmarker/config.rb
.process_plugins(plugins) ⇒ Object
78 79 80 81 82 |
# File 'lib/commonmarker/config.rb', line 78 def process_plugins(plugins) { syntax_highlighter: process_syntax_highlighter_plugin(plugins&.fetch(:syntax_highlighter, nil)), } end |