aim42 / htmlSanityCheck

Standalone (batch- and command-line) and Gradle-plugin html sanity checker - detects missing images, dead links and cross-references, duplicate link targets (anchors) and the like.
Apache License 2.0
68 stars 42 forks source link

PDF generation is a bit broken... #245

Closed rdmueller closed 5 years ago

rdmueller commented 5 years ago

let's fix that...

rdmueller commented 5 years ago

the pdf module is a bit picky abotu remote URLs for images:

So, let's skip all the shield buttons for PDF generation (http://img.shields.io/github/issues/aim42/htmlsanitycheck.svg)

rdmueller commented 5 years ago

the pdf module is not able to find the generated plantUML diagrams. As a workaround, all diagram names should be prefixed with {plantumldir}:

[plantuml,"{plantumldir}whitbox-hsc-level-1",png]
....
include::../plantuml/whitebox-hsc-level-1.puml[]
....