Module: Pandoku

Defined in:
lib/pandoku/format.rb,
lib/pandoku/document.rb,
lib/pandoku/lookup_table.rb

Defined Under Namespace

Modules: Formats, InputFormat, OutputFormat Classes: Document, Format

Constant Summary collapse

PANDOC_PATH =

The path of Pandoc executable binary.

ENV['PANDOC_PATH'] || 'pandoc'