]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
better formatting for example
authorKeiron Liddle <keiron@apache.org>
Mon, 23 Dec 2002 10:46:10 +0000 (10:46 +0000)
committerKeiron Liddle <keiron@apache.org>
Mon, 23 Dec 2002 10:46:10 +0000 (10:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195793 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/design/extending.xml

index 2796f2e3d968e5507c2b3f3ee66f25c4dd97634b..4f95297c2305e7c4480e57176a92d277b1030d05 100644 (file)
@@ -85,15 +85,16 @@ information. When the document is rendered a handler converts the
 document into PDF markup.
    </p>
   <p>
-eg.
-<code><![CDATA[<my:script-link script="app.execMenuItem('AcroSrch:Query');">
+For example:</p>
+<source><![CDATA[<my:script-link script="app.execMenuItem('AcroSrch:Query');">
 Search
-</my:script-link>]]></code>
-
-to result in a text box referencing the following PDF action:
-<code><![CDATA[<< /S /JavaScript /JS (app.execMenuItem("AcroSrch:Query");) >>]]></code>
-
-   </p>
+</my:script-link>]]></source>
+<p>
+to result in a text box referencing the following PDF action:</p>
+<source><![CDATA[<<
+/S /JavaScript
+/JS (app.execMenuItem("AcroSrch:Query");)
+>>]]></source>
 
 </section>