Class Jekyll::Converter
In: lib/jekyll/converter.rb
Parent: Plugin

Methods

Public Class methods

Initialize the converter.

Returns an initialized Converter.

Public: Get or set the pygments prefix. When an argument is specified, the prefix will be set. If no argument is specified, the current prefix will be returned.

pygments_prefix - The String prefix (default: nil).

Returns the String prefix.

Public: Get or set the pygments suffix. When an argument is specified, the suffix will be set. If no argument is specified, the current suffix will be returned.

pygments_suffix - The String suffix (default: nil).

Returns the String suffix.

Public Instance methods

Get the pygments prefix.

Returns the String prefix.

Get the pygments suffix.

Returns the String suffix.

[Validate]