module Asciidoctor::Extensions::ProcessorDsl

def option key, value

def option key, value
  config[key] = value
end