Closed mps9506 closed 9 months ago
Hi, Thanks for the extension! I attempted to use the © unicode symbol and found it flips 180 degrees. I observed the same issue with fontawesome fonts, and suspect Asian fonts might have the same problem.
Example:
--- title: "Untitled" format: revealjs revealjs-plugins: - attribution --- ## slide 1 ::: {.attribution} © Some Big Brand :::
I've played around with the css a bit but am not versed enough to offer the "right" solution.
Using:
writing-mode: vertical-rl
and removing rotate from transform seemed to provide a reasonable orientation for me:
transform
Hi, Thanks for the extension! I attempted to use the © unicode symbol and found it flips 180 degrees. I observed the same issue with fontawesome fonts, and suspect Asian fonts might have the same problem.
Example:
I've played around with the css a bit but am not versed enough to offer the "right" solution.
Using:
and removing rotate from
transform
seemed to provide a reasonable orientation for me: