Class MaRuKu::NokogiriHTMLFragment
In: lib/maruku/html.rb
Parent: Object

Nokogiri backend for HTML handling

Methods

Public Class methods

Public Instance methods

Add a class to the children of this fragment

@return The name of the first child element in the fragment.

Process markdown within the contents of some elements and replace their contents with the processed version.

@param doc [MaRuKu::MDDocument] A document to process.

Convert this fragment to an HTML or XHTML string. @return [String]

[Validate]