
I'm working on a script to display character stats in a handout, and i;m discovering most of the CSS techniques I'm familiar with (like grid) aren't working.
I see a bunch of old posts (predating the chat format update) talking about a lot of css and styling being stripped from output generated from the API, as well as a lot of !important being added which interferes with attempts to add your own styling.
So how do you generate, say, a tabular layout in a handout that doesn't use html tables?
What other styling gotchas are there, and workarounds for them?