Module: Nanoc::WeasyPrint

Defined in:
lib/nanoc/weasyprint.rb,
lib/nanoc/weasyprint/version.rb,
lib/nanoc/weasyprint/filter.rb,
lib/nanoc/weasyprint/spawn.rb

Overview

nanoc-weasyprint.rb is a nanoc filter that integrates weasyprint into nanoc. The filter can create PDF documents from markdown and other markup languages during the nanoc build process.

Defined Under Namespace

Modules: Spawn Classes: Filter

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.default_argvArray<String>

Returns The default command line options forwarded to weasyprint.

Returns:

  • (Array<String>)

    The default command line options forwarded to weasyprint.



12
13
14
# File 'lib/nanoc/weasyprint.rb', line 12

def self.default_argv
  Filter.default_argv
end