class Asciidoctor::Extensions::Processor

def create_inline parent, context, text, opts = {}

def create_inline parent, context, text, opts = {}
  Inline.new parent, context, text, context == :quoted ? ({ type: :unquoted }.merge opts) : opts
end