Fix table
diff --git a/content/fop/examples.mdtext b/content/fop/examples.mdtext
index 016d70e..51ade24 100644
--- a/content/fop/examples.mdtext
+++ b/content/fop/examples.mdtext
@@ -7,7 +7,9 @@
 
 These examples have been rendered using Apache™ FOP:
 
-<caption>Generated examples</caption>| Description | XSL-FO file | PDF result |
+<caption>Generated examples</caption>
+
+| Description | XSL-FO file | PDF result |
 |-------------|-------------|------------|
 | default font characters |  [fonts.fo](fo/fonts.fo)  |  [fonts.fo.pdf](fo/fonts.fo.pdf)  |
 
@@ -37,7 +39,9 @@
 
 Embedding images in FO:
 
-<caption>Images in FO</caption>| description | fo file | pdf result |
+<caption>Images in FO</caption>
+
+| description | fo file | pdf result |
 |-------------|---------|------------|
 | align in larger viewport |  [align.fo](fo/align.fo)  |  [align.fo.pdf](fo/align.fo.pdf)  |
 | align in smaller viewport |  [align2.fo](fo/align2.fo)  |  [align2.fo.pdf](fo/align2.fo.pdf)  |
@@ -49,6 +53,8 @@
 
 Instream Foreign Object images in FO, there are more on the [SVG Page](dev/svg.html):
 
-<caption>Embedding instream-foreign-object</caption>| description | fo file | pdf result |
+<caption>Embedding instream-foreign-object</caption>
+
+| description | fo file | pdf result |
 |-------------|---------|------------|
 | embedding svg in viewport |  [embed.fo](fo/embed.fo)  |  [embed.fo.pdf](fo/embed.fo.pdf)  |
diff --git a/content/fop/trunk/anttask.mdtext b/content/fop/trunk/anttask.mdtext
index 9e78b95..5507b5a 100644
--- a/content/fop/trunk/anttask.mdtext
+++ b/content/fop/trunk/anttask.mdtext
@@ -51,7 +51,9 @@
 
 <br/>
 
-<caption>Parameters specified as nested elements</caption>| Attribute | Description | Required |
+<caption>Parameters specified as nested elements</caption>
+
+| Attribute | Description | Required |
 |-----------|-------------|----------|
 | fileset |  [FileSets](https://ant.apache.org/manual/Types/fileset.html) are used to specify multiple XSL-FO files to be rendered. | Yes, if no fofile attribute is supplied |