Bool isBlock(String el)
Arguments
el: The name of the element
Usage
Returns true if the element might be block-level (i.e. the elements that must be block-level, plus del and ins), false otherwise.
el: The name of the elementReturns true if the element might be block-level (i.e. the elements that must be block-level, plus del and ins), false otherwise.