When selecting text that includes a variable and set it bold you get the following HTML: ``` <strong>This is a </strong>{community_name}<strong> test</strong> ``` The result should look like this: ``` <strong>This is a {community_name} test</strong> ```