gitbook-plugin-kakuyomu-formatter
v1.0.0
Published
GitBook plugin for formatting text for kakuyomu.jp
Downloads
3
Readme
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
}
}
}