class Paru::PandocFilter::Image

An Image has an attribute object, a caption, and a target

Public Instance Methods

can_act_as_both_block_and_inline?() click to toggle source

Although Image is defined to be inline, probably because in HTML it can be an inline element, often it acts like a block element. @return [Boolean] true

# File lib/paru/filter/image.rb, line 29
def can_act_as_both_block_and_inline?
    true
end