odf-report
odf-report copied to clipboard
Example for some simple html-formatting
Is there any example for formatting via html-tags?
add_text "<p> first <em>quote paragraph</em> </p>"
adds the paragraph, but the text is not formatted.
add_field "<em>quote paragraph</em>"
does not render anything.
Thank you!