Hey all,
I understand we can switch syntax highlighting to CSS-classes and files, but is there a way to do the same for other inline style elements too?
For example I currently have tables that position content using inline style="text-align:.
This of course messes with Content Security Policy (CSP) settings and requires unsafe-inline to be set.
Or is this something that has to be requested from pulldown-cmark?