For some reason, if I used this `<div>Text&l...
# advancedpdf
m
For some reason, if I used this
<div>Text</div>
the text doesn't show up, but if I used this
<div><span>Text</span></div>
the text show up.