Output format for extraction results.
'plain'
'markdown'
'djot'
'html'
'json'
'structured'
555 556 557
# File 'lib/kreuzberg/types.rb', line 555 def self.values [PLAIN, MARKDOWN, DJOT, HTML, JSON, STRUCTURED] end