quarto-ext / attribution

Display attribution text sideways along the right edge of Revealjs slides.
MIT License
16 stars 0 forks source link

Unicode symbol oriented incorrectly #4

Closed mps9506 closed 9 months ago

mps9506 commented 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
:::

image

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:

image