You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

projectdoc Toolbox

Controls which quirk modes are to be applied to adjust the output for a range of formats.

Identifier
print-quirk-modes
Type
list
Value Range
pdf, scroll-office, word, prefer-css, index-as-heading
Since
1.5.0

Description

If the Pretend Being A space property is set to printer, the the print-quirk-modes property allows to manipulate the rendering in favour of the specified quirk modes.

The following quirk modes are available.

Quirk ModeDescription
pdfApplies adjustments to export to Microsoft PDF.
scroll-office

Applies adjustments to export with Scroll Office.

Provides support for the projectdoc boxes to simulate Confluence boxes such that they are displayed as boxes (one cell tables) in Microsoft Word.

wordApplies adjustments to export to Microsoft Word.
prefer-css

Applies adjustments via CSS. This requires that the exporter applies the CSS formats properly.

Some exporters ignore CSS formats. In this case you won't select this quirk mode.

index-as-headingRenders the index sections as HTML h1 headers. Available since version 1.13.0.

The list may contain any of these values.

  • No labels