## Markdown Furigana Plugin (Obsidian)
Simple markdown to furigana rendering plugin for displaying Japanese text with [furigana](https://en.wikipedia.org/wiki/Furigana) in Obsidian (https://obsidian.md).
**As of 1.2.0, the plugin is no longer limited to Japanese Text**
Based off of [markdown-it-ruby](https://github.com/lostandfound/markdown-it-ruby) syntax. All rendering is done post-processing when previewing, so your notes are not modified.
### Examples
Markdown|Processed As|Displays As
---|---|---
{漢字\|かんじ}|`漢字`|漢字
{漢字\|かん\|じ}|`漢字`|漢字
{北京\|ㄅㄟˇ\|ㄐㄧㄥ}|`北京`|北京
{北京\|Běi\|jīng}|`北京`|北京
{韓國\|한\|국}|`韓國`|韓國
### Additional Info
The plugin expects the first section to be Kanji or Kana, and furigana sections to be Hiragana or Katakana. If more than one furigana section, there must be as many as the number of characters in the first section. Sections of furigana can also be empty.
### See Also
Also check out the [Obsidian Furigana](https://github.com/uonr/obsidian-furigana) plugin if you prefer to use the ruby syntax directly in your notes.