diff --git a/TextSymbolizer.md b/TextSymbolizer.md
index c03ae5c..158c1c2 100644
--- a/TextSymbolizer.md
+++ b/TextSymbolizer.md
@@ -48,7 +48,6 @@ Some examples of Mapnik's ability to place text along lines:
```xml
-#!xml
```
@@ -58,7 +57,6 @@ See [wiki:XMLGettingStarted] for more XML example uses of TextSymbolizer.
```python
-#!python
t = TextSymbolizer('FIELD_NAME', 'DejaVu Sans Book', 10, Color('black'))
t.halo_fill = Color('white')
t.halo_radius = 1
@@ -70,7 +68,6 @@ dir(t) # for the rest of the attributes
```cpp
-#!cpp
#include
#include
@@ -112,7 +109,6 @@ Note: Whitespace is ignored, e.g. "N,S,15,10" and "N, S,15,10" and "N, S, 15, 10
An XML example might look like:
```xml
-#!xml
```
becomes
```xml
-#!xml
[label]
```