isInline method

bool isInline()

Implementation

bool isInline() {
  return !(isContainerBlock() || isVideo() || isCustomEmbedBlock());
}