if (attribs.title) {
    builder.addLiteral(` "`);
    builder.addInline(attribs.title);
    builder.addLiteral(`"`);
  }