
var enableEditor = function(id) {
    $(id).markItUp(mySettings);
}

