npm.io
1.0.0 • Published 10 years ago

gitbook-plugin-kakuyomu-formatter

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0

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
        }
    }
}