You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2023/05/10 13:37:24 UTC

[xmlgraphics-website] branch master updated: Fix table

This is an automated email from the ASF dual-hosted git repository.

ssteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9232782e Fix table
9232782e is described below

commit 9232782ebb7421a0347246a08899511d199daf8e
Author: Simon Steiner <ss...@apache.org>
AuthorDate: Wed May 10 14:37:15 2023 +0100

    Fix table
---
 content/fop/examples.mdtext      | 12 +++++++++---
 content/fop/trunk/anttask.mdtext |  4 +++-
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/content/fop/examples.mdtext b/content/fop/examples.mdtext
index 016d70e1..51ade24a 100644
--- a/content/fop/examples.mdtext
+++ b/content/fop/examples.mdtext
@@ -7,7 +7,9 @@ Title: Apache(tm) FOP Examples
 
 These examples have been rendered using Apache&trade; 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 @@ Developers will find the first steps to a test suite for all implemented formatt
 
 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 @@ Look also into the directory examples/fo/svg. There you find some very extensive
 
 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 9e78b95f..5507b5a5 100644
--- a/content/fop/trunk/anttask.mdtext
+++ b/content/fop/trunk/anttask.mdtext
@@ -51,7 +51,9 @@ Then create FOP tasks within your Ant build file, using the FOP task parameters
 
 <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 |
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org