Proper spacing for Anki in {furigana-plain}

This should fix #264 

Note it does not address broken segmentation, just representation
within Anki itself to work properly.
This commit is contained in:
Danny 2019-10-23 07:46:43 -04:00 committed by GitHub
parent 7a3315d75d
commit aeac7bf2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ function handlebarsFuriganaPlain(options) {
} }
} }
return result; return result.trimLeft();
} }
function handlebarsKanjiLinks(options) { function handlebarsKanjiLinks(options) {