Module Jekyll::Convertible
In: lib/jekyll/convertible.rb

Methods

Public Instance methods

Determine which formatting engine to use based on this convertible‘s extension

Returns one of :textile, :markdown or :unknown

Add any necessary layouts to this convertible document

  +layouts+ is a Hash of {"name" => "layout"}
  +site_payload+ is the site payload hash

Returns nothing

Read the YAML frontmatter

  +base+ is the String path to the dir containing the file
  +name+ is the String filename of the file

Returns nothing

Return the contents as a string

Transform the contents based on the file extension.

Returns nothing

[Validate]