1.0.0 • Published 9 years ago

gitbook-plugin-kakuyomu-formatter v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

GitBook Plugin - Kakuyomu Formatter

This GitBook plugin allows you to format Kakuyomu Notation which gives texts ruby (letters' readings) and emphasis by dots. It also converts a single line-break into a paragraph.

Since emphasis by dots is not supported by major browsers, it uses Markdown-style *emphasis* instead.

Configuration

{
    "pluginsConfig": {
        "kakuyomuFormatter": {
            "paragraph": true,
            "ruby": true
        }
    }
}