Current do this things:
- Insert zero-width space(ZWSP) before CJ characters to fix line wrap
Add this line to your application's Gemfile:
gem 'asciidoctor-pdf-cjk', '~> 0.1.3'
And then execute:
$ bundle
Or install it yourself as:
$ gem install asciidoctor-pdf-cjk
Render PDF:
$ asciidoctor-pdf -r asciidoctor-pdf-cjk doc.asc
-
Asciidoctor::Pdf::CJK::KaiGenGothic
A theme using font KaiGen Gothic.
Bug reports and pull requests are welcome on GitHub at https://github.com/chloerei/asciidoctor-pdf-cjk.