function toggleBold(editor) {
  var cm = editor.codemirror;
  var stat = getState(cm);

  var text;