I'm using Metatag module of Drupal 7. I want to put part of the description in bold.
For example, I have the following source code:
<meta name="description" content="My new content of web page" />
and I want to put "My new content" in bold.
Is it possible?