Exporting to PDF a record with a journal field with HTML tags will display themDescription Exporting to PDF a record with a journal type field that contains HTML formatting, it does not render as on the User interface (UI). The [code] html tags are shown instead. Steps to Reproduce Open the incident record viewAdd to the additional comment (or Work notes) field a formatted fieldExample:====[code]<a href="http://www.service-now.com">ServiceNow</a>[/code]====You can see the field rendered correctly in the UIExport to PDFThe resulting PDF presents the not rendered value====[code]<a href="http://www.service-now.com">ServiceNow</a>[/code]====The HTML source is shown Workaround There is no plans to render HTML with PDF exports. This is an intended behavior because we need to reflect exactly that what is added to the comment fields. As an example, there are companies that for compliance reasoning need to reflect the exact text with an export. If you need to export to PDF, you would need to avoid adding [code] text tags to your journals if you do not want the HTML tags to appear on the export. Related Problem: PRB732200