Currently import cuetip but could do better with how it's themed for the blog and likely dropping the use of the tails/triangles as the math for aligning them is finnicky across fonts and font sizes.
There's a much larger conversation to be had w.r.t. a11y i.e., using aria-label (see https://github.com/Pinjasaur/cuetip/issues/3). I'm not sure how much benefit I'm necessarily gaining over the builtin footnotes and attr[title] markup.
Currently import cuetip but could do better with how it's themed for the blog and likely dropping the use of the tails/triangles as the math for aligning them is finnicky across fonts and font sizes.
Starting with a customize request payload of:
and then supplement with a few additional lines of CSS should be a good starting point I would think:
There's a much larger conversation to be had w.r.t. a11y i.e., using
aria-label
(see https://github.com/Pinjasaur/cuetip/issues/3). I'm not sure how much benefit I'm necessarily gaining over the builtin footnotes andattr[title]
markup.