bold
declare function bold<C extends string>(content: C): `**${C}**`;declare function bold<C extends string>(content: C): `**${C}**`;Formats the content into bold text
| Name | Constraints | Optional | Default | Description | 
|---|---|---|---|---|
| C | string | No | None | 
| Name | Type | Optional | Description | 
|---|---|---|---|
| content | C | No | The content to wrap |