Replies: 1 comment 5 replies
-
README says "Depends only on standard libraries." |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pangu is a module that automatically insert spaces between CJK characters and Latin characters, which is very useful to increase readability of some text mixed with CJK and Latin characters. It has been implemented in several languages including Go and JS.
I posted a feature request for this in the Hugo repo (gohugoio/hugo#10617), and I agreed on that this should be implemented in the renderer side. Therefore, I propose to add an CJK extension to allow automatic space insertion with the Pangu library.
Beta Was this translation helpful? Give feedback.
All reactions