Confluence plugin export to pdf

Daria Ples March 5, 2018

If i export to pdf a user macro with this code

@param Title1:title=Title1
.title1:before {
    content: '$paramTitle1';
}
<div class="title1">
</div>

using this pdf layout

<div class="title1">
</div> 

confluence somehow passes parameter with name Title1 to exported pdf file

But if i use this code in velocity template in plugin

<div class="title1">
$Title1
</div>

with the same pdf layout, parameter with name 'Title1' is not passed to the exported pdf file.

Maybe someone can explain whats wrong?

1 answer

0 votes
Vero Rivas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 6, 2022

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events