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](nanoc.app) filter that integrates [weasyprint](github.com/Kozea/WeasyPrint) into nanoc. The filter can create PDF documents from markdown and other markup languages during the [nanoc](nanoc.app) build process.

Defined Under Namespace

Modules: Spawn Classes: Filter

Constant Summary collapse

VERSION =
"0.1.0"

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