<@U4P78PPMJ> There is no , on the results that sho...
# advancedpdf
k
@markderrick There is no , on the results that show in the pdf. I tried using replace anyway, just in case, and no luck.
j
This is how my newlines were rendering (see above), so you could try using
?replace("\n","<br />")
Bit of a long shot though