User macro and plugin export to pdf

Daria Ples March 3, 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?

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events