class Playbook::PbBody::Body

def content

def content
  body_text = super.presence || text
  highlighting ? apply_highlight(body_text) : body_text
end