react-pdf-html
react-pdf-html copied to clipboard
subscript,superscript tags not working
I am using the below code to use subscripts and superscripts but not getting the desired output.
<p>This text contains <sup>superscript</sup> text.</p>```
I there any way to tackle it?
Maybe you can provide a stylesheet to style super/subscripts!
I think the issue with this is that react-pdf renders certain text as Text elements and they don't have margin/padding support. I'm not sure how to solve this yet.