Class: HtmlToMarkdown::NodeContentQuote

Inherits:
Data
  • Object
show all
Extended by:
T::Sig
Includes:
NodeContent
Defined in:
lib/html_to_markdown/native.rb

Overview

A block quote container.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.from_hash(hash) ⇒ Object



461
462
463
# File 'lib/html_to_markdown/native.rb', line 461

def self.from_hash(hash)
  new
end

Instance Method Details

#code?Boolean

Returns:

  • (Boolean)


445
# File 'lib/html_to_markdown/native.rb', line 445

def code? = false

#definition_item?Boolean

Returns:

  • (Boolean)


451
# File 'lib/html_to_markdown/native.rb', line 451

def definition_item? = false

#definition_list?Boolean

Returns:

  • (Boolean)


449
# File 'lib/html_to_markdown/native.rb', line 449

def definition_list? = false

#group?Boolean

Returns:

  • (Boolean)


457
458
459
# File 'lib/html_to_markdown/native.rb', line 457

def group? = false
# @param hash [Hash] deserialized from the native extension
# @return [self]

#heading?Boolean

Returns:

  • (Boolean)


433
# File 'lib/html_to_markdown/native.rb', line 433

def heading? = false

#image?Boolean

Returns:

  • (Boolean)


443
# File 'lib/html_to_markdown/native.rb', line 443

def image? = false

#list?Boolean

Returns:

  • (Boolean)


437
# File 'lib/html_to_markdown/native.rb', line 437

def list? = false

#list_item?Boolean

Returns:

  • (Boolean)


439
# File 'lib/html_to_markdown/native.rb', line 439

def list_item? = false

#metadata_block?Boolean

Returns:

  • (Boolean)


455
# File 'lib/html_to_markdown/native.rb', line 455

def  = false

#paragraph?Boolean

Returns:

  • (Boolean)


435
# File 'lib/html_to_markdown/native.rb', line 435

def paragraph? = false

#quote?Boolean

Returns:

  • (Boolean)


447
# File 'lib/html_to_markdown/native.rb', line 447

def quote? = true

#raw_block?Boolean

Returns:

  • (Boolean)


453
# File 'lib/html_to_markdown/native.rb', line 453

def raw_block? = false

#table?Boolean

Returns:

  • (Boolean)


441
# File 'lib/html_to_markdown/native.rb', line 441

def table? = false