diff --git a/MarkersSymbolizer.md b/MarkersSymbolizer.md
index 1af0169..74401e9 100644
--- a/MarkersSymbolizer.md
+++ b/MarkersSymbolizer.md
@@ -1,9 +1,3 @@
-
-
-
-
-MarkersSymbolizer, is experimental and added in r557. It currently accepts no options (see #408) but the development version supports these options:
-
|*Name*|*Description*|*Default*|Applies to SVG |
--------|------------|---------|----------------|
|allow_overlap | Allow the symbolizer to overlap others. | false | yes |
@@ -23,10 +17,10 @@ MarkersSymbolizer, is experimental and added in r557. It currently accepts no op
It can be added to a Rule with line features like:
- #!xml
-
+```xml
+
+```
-[[BR]]
[[Image(http://trac.mapnik.org/raw-attachment/ticket/180/offsets_directions.png)]]
The MarkersSymbolizer should draw blue directional arrows *in the direction of the geometry* (for things like one-way streets).[[BR]]
@@ -36,28 +30,31 @@ The ST_reverse function of Postgis can fix this (The problem will then be to ide
### SVG markers
*NEW*: Staring from r1793 MarkersSymbolizer supports [Scalable Vector Graphics (SVG)](http://www.w3.org/TR/SVG/) as input images:
-[[Image(markers_symbolizer.png)]]
+[[Image(markers_symbolizer.png)]]
- #!xml
-
- 10000
-
-
+```xml
+
+ 10000
+
+
+```
### Dynamic Ellipses
*NEW*: Starting from r2158 MarkersSymbolizer supports width/height/fill/stroke properties to dynamically draw circles (w == h) or ellipses (w != h) when no SVG file is supplied:
-[[Image(dynamic_ellipse_markers.png)]]
+[Image](dynamic_ellipse_markers.png)
- #!xml
-
+```xml
+
+```
CAVEAT: these properties do not apply to SVG files, and SVG transforms are not supported for modifying ellipses (yet).
-[[BR]]
OSM currently renders one-way street arrows with Mapnik using several stacked LineSymbolizers with varying dash-arrays, but could potentially use the MarkersSymbolizer in the future:
-
\ No newline at end of file
+```xml
+
+```