Markdownify-css - markdown 编辑器


MIT
跨平台
JavaScript

软件简介

Markdownify 是一款基于 CodeMirror 在线编辑器的 MarkDown 编辑器, 具有编辑和预览功能。

在线演示地址:http://tibastral.github.io/markdownify/

代码示例:

$('.markdown').markdownify(
  cloudinary: {
    // create an account on cloudinary and put here your cloud name
    cloudName: 'YOUR_CLOUD_NAME',
    // get your unsigned uploading key
    // http://cloudinary.com/blog/direct_upload_made_easy_from_browser_or_mobile_app_to_the_cloud)
    unsignedUploadingKey: 'YOUR_UNSIGNED_UPLOADING_KEY'
  }
);