-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 2.2.8
-
Component/s: Page - Export / Import
-
Environment:
Reproducible on a test page in the Atlassian Confluence instance (2.2.8). Have not tested on new 2.3 preview release.
The following wiki code, when exported to PDF, causes the text inside the {code} macro to be misaligned and not fully inside the surrounding box.
# first list item
# secon list item, including a code block
{code}
public String getFoo()
{
return foo;
}
{code}
# third list item
- is related to
-
CONFSERVER-2079 More control over PDF exporting
- Closed