Recently I’ve seen some posts in the WaniKani Community that included furigana over the kanji. Is this something I can do with markdown?
Furigana?
If so, yes.
Ah my mistake. I corrected my original post. Do I have to do it with markdown tags or is there an editing shortcut, like there is for lists and some other formatting?
You can use the <ruby>
tag - <ruby>何<rt>なに</rt></ruby>
becomes 何.
And for anyone who’s wondering about rendaku because of the title, your IME can convert だくてん into ゛, which you can then tack onto any character you like - like 何゛
As Kazzeon says, the hiragana above kanji are called furigana. Rendaku is something else entirely…
You can add furigana using HTML tags like so:
<ruby>漢字<rt>かんじ</rt></ruby>
漢字
Bit of a hassle, but it works.
The easiest way is by using this script!
If you don’t care about fallback to plain text, <ruby>
and <rt>
is the way.
Otherwise, <rp>
is the tag for hidden brackets, and IME2Furigana simplifies that process.
I sometimes don’t use auto-insert Furigana, just wanting a better syntax, so I made an edit to the script.
I don’t know about that も゛
I don’t think you need to use the rp
tag since ruby
has been supported by all major browsers for over 10 years.
Fun fact: I built a Discourse plugin that reused some open source markdown to allow for much easier syntax instead of HTML. But since it has to be installed by WaniKani server side it requires their permission and time, and in the end they didn’t end up installing it.
It’s actually used here in Discourse, on searching, marking as answer, and new-line internal links. Probably any time with de-HTML, like innerText.
見出す = to discover (an 意味(いみ), in context). Actually, I have no idea whether it is 見出(みいだ)す or 見出(みだ)す. (Probably the first one.)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.