When I type the Chinese character in a Markdown cell, there is a offset in the cursor location.
The location of cursor is not the location between two characters.
I changed the css style of ace_editor, which makes the font-family to SimSun:
Soluation
.markdown-cell .ace_editor { |
bug fixed.