We are using version 5.0.73 of EO.PDF to render HTML to a PDF file for print or email purposes. This HTML uses Bootstrap as well as Knockout and has been working relatively well, but we have one particular rendering issue that I can't figure out. When we try to use a Bootstrap Badge inside of a List Item Group, the only badge that is rendering is the last list item. The other badges aren't displaying. This is the html in Chrome (after KO has applied it's bindings):
This is what it looks like when rendered as HTML:
This is what it looks like when rendered in the PDF:
The HTML is pretty much taken right from Bootstrap's examples. Any suggestions to getting this to render properly once it's converted to PDF?
Thanks,
J