isCodeBlock method

bool isCodeBlock()

Implementation

bool isCodeBlock() {
  return isTruthy(attributes['code-block']);
}