How to make Card Header Title bold in Gmail Add-on? I tried this, but it doesn`t work:
function mainCardBuild(content) {
return CardService.newCardBuilder()
.setHeader(
CardService.newCardHeader().setTitle('<b> MY TITLE </b>')) //doesn`t work bold
.addSection(content)
.build();
}
I`m sure that we have opportunity to do it, because in Slack Add-on I saw it. Bold card header in Slack