Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2
-
None
Description
I have a maven 3 project which uses doxia-module-markdown for generating maven site. While the site is generated with no issues if I try to generate pdf version of the site using maven-pdf-plugin the resulting pdf has only TOC entries for markdown documents while working fine with apt ones.
Here is an excerpt of my pdf.xml file:
<toc name="Table of Contents"> <item name="Introduction" ref="intro.apt"/> <item name="Usage" ref="index.md"/> <item name="Authentication" ref="auth.md"/> </toc>
The intro ref is an apt document I've added to test the issue, and it is rendered in the final pdf, while the other two documents which are couple of markdown files included in site generation are not rendered in the final pdf while they have their TOC entries.
Is there any workaround to this?
Attachments
Issue Links
- is duplicated by
-
MPDF-73 Maven-pdf-plugin and Doxia-markdown-module are mutually exclusive.
- Closed