tdf#143528 Use triple backquotes+xml to markdown xml part in oox/README.md
Change-Id: Iee9fb4beb898f9c9fb7e95433b7aa5ff2b614742
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119468
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/oox/README.md b/oox/README.md
index a522b58..e3bae26 100644
--- a/oox/README.md
+++ b/oox/README.md
@@ -25,7 +25,7 @@ example of drawingml preset:
</a:prstGeom>
example of drawingml custom shape (equal to star5 preset):
```xml
<avLst xmlns="http://schemas.openxmlformats.org/drawingml/2006/main">
<gd name="adj" fmla="val 19098" />
<gd name="hf" fmla="val 105146" />
@@ -119,6 +119,7 @@ example of drawingml custom shape (equal to star5 preset):
<close />
</path>
</pathLst>
```
we needed to extend our custom shapes for missing features and so 5
new segment commands were added. `G` command for arcto drawingml record