$.fn.markdown.noConflict = function () {
    $.fn.markdown = old
    return this
  }