mercury/src/components/shortcodes/Ruby.astro

6 lines
106 B
Text

---
const { text, ruby } = Astro.props;
---
<ruby>
{text} <rp>(</rp><rt>{ruby}</rt><rp>)</rp>
</ruby>