zhuzhuyule / HexoEditor

this markdown Editor for hexo blog
GNU General Public License v3.0
1.23k stars 151 forks source link

Bold/Italic/Delete/Comment switching issue for multiple lines. #27

Closed BillYang2016 closed 6 years ago

BillYang2016 commented 6 years ago

This is an issue for selecting multiple lines , it's OK for single line.

Expected behavior

Press Ctrl + B once for adding **. Press Ctrl + B twice for removing **.

Actual behavior

This is the original code: image Select all and press Ctrl + B: image After pressed Ctrl + B twice: image After pressed Ctrl + B three times: image

zhuzhuyule commented 6 years ago

@BillYang2016 Fix in v1.5.30 Thank you very much!