I am incorrectly receiving a MagicCoderErrorException when I use pango. The Additional information is as follows:
```
Additional information: Magick: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as & `<markup><span color="#000000">LOOK !!!!& HERE!!!</span></markup>
```
Removing the `&` in the string causes the error to cease.
```
Additional information: Magick: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as & `<markup><span color="#000000">LOOK !!!!& HERE!!!</span></markup>
```
Removing the `&` in the string causes the error to cease.