Test page for PDFPlugin#
This page is meant as a blue print for you to copy into your own wiki to make sure your setup of PDFPlugin was ok. Choose edit page to view the source of this page.
Horizontal ruler
Forced
line
break
No InterWiki reference defined in properties for Wiki called "NoSuchWiki"!
- Primer Nivel
- Second poin
- Indented point
- Second indented
- Three levels
- Four levels
- Three levels
- Back to two levels
- Back to first level
- First point in numbered list
- Second point
- Indented point
- Second indented
- Three levels
- Four levels
- Three levels
- Back to two levels
- Back to first level
Heading size 1#
Heading size 2#
Heading size 3#
An example of bold text within a sentence.
An example of italic text within a sentence.
An example of monospaced text within a sentence.
- term
- And it's definition
- Short comment
| Table heading 1 | Test of tables |
|---|---|
| Also make | sure |
| colums | work |
Code example:
<servlet>
<servlet-name>Wiki2PDFServlet</servlet-name>
<servlet-class>com.palbrattberg.jspwiki.Wiki2PDFServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Wiki2PDFServlet</servlet-name>
<url-pattern>/wiki.pdf</url-pattern>
</servlet-mapping>
Inlined external image:
Inlined local image:
End of test page.