I opened Prawn's manual page and try to use HTML formatting in PDF document. Specifically,
pdf.table([["Just <font size='18'>some</font> <b><i>inline</i></b>", "", ""],
["<color rgb='FF00FF'>styles</color> being applied here", "", ""]],
:cell_style => { :inline_format => true }, :cell_style => {:borders => []})
The problem is, that the HTML tags are displayd as the HTML tags, have anyone the same problem? By the documentation the HTML tags should display a HTML property, but in fact are displayed only HTML tags.
Have anyone a tip how to fix it? I use the Prawn in the version
* prawn (0.12.0)
* prawnto (0.0.4)