Module Premailer::Adapter::Nokogiri
In: lib/premailer/adapter/nokogiri.rb

Nokogiri adapter

Methods

Public Instance methods

Merge CSS into the HTML document.

@return [String] an HTML.

Converts the HTML document to a format suitable for plain-text e-mail.

If present, uses the <body> element as its base; otherwise uses the whole document.

@return [String] a plain text.

Gets the original HTML as a string. @return [String] HTML.

[Validate]