In the UI of my app, I have something like
p("blah blah blah (", em("e.g.,"), ") blah blah blah")
However this produces output with a space between the opening parenthesis and the italicized letter 'e', which is not what is needed.
I've searched Google for a solution (as it seems quite a simple fix), but have come up empty-handed.
A more general peeve of Shiny is the inclusion of a large black of whitespace within a tabPanel(..., h3("...")), which is also unintended.
Does anyone have a solution that avoids whitespace in this regard?