isBlockquote method

bool isBlockquote()

Implementation

bool isBlockquote() {
  return attributes.blockquote ?? false;
}