class Paru::PandocFilter::Image
An Image
has an attribute object, a caption, and a target
Public Instance Methods
Source
# File lib/paru/filter/image.rb, line 29 def can_act_as_both_block_and_inline? true end
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