rendering #310
Replies: 1 comment
-
Hi, In order to use template variable expressions inside HTML blocks in markdown, you need to break out HTML block by separating HTML and markdown blocks via two newlines. The template variable expression is then parsed as markdown and can be resolved correctly during PDF rendering. Adapt your table code as follows: ...
<tr>
<th>Activo</th>
<td>
{{ report.title }}
</td>
</tr>
... |
Beta Was this translation helpful? Give feedback.
-
Good afternoon community.
I just updated sysreptor from version 2023 to 2024 and now it no longer shows the "report.title" object reference when rendering the pdf.
When I enter it outside the table, the reference appears, does anyone have a solution to this?
here my code:
`
img.
Beta Was this translation helpful? Give feedback.
All reactions