mileszs / wicked_pdf

PDF generator (from HTML) plugin for Ruby on Rails
http://www.mileszs.com/wicked-pdf-plugin
MIT License
3.54k stars 645 forks source link

Bolding Bugs #1130

Closed beroneblitz closed 4 hours ago

beroneblitz commented 4 hours ago

Issue description

There are issues with bolding, essentially sometimes the tags don't close and the gem will bold everything after the bold tag opens within the pdf file.

Expected or desired behavior

You should be able to wrap text within or and it will bold just the text within those tags.

System specifications

wicked_pdf gem version (output of cat Gemfile.lock | grep wicked_pdf):

wkhtmltopdf version (output of wkhtmltopdf --version):

whtmltopdf provider gem and version if one is used:

platform/distribution and version (e.g. Windows 10 / Ubuntu 16.04 / Heroku cedar):

unixmonkey commented 4 hours ago

This is an issue with wkhtmltopdf, not WickedPDF.