Skip to content

kaid/mde-4ye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDE 4ye

可嵌入Sinatra应用的markdown编辑器(基于ace editor和第三方图片上传服务,支持语法高亮和图片粘贴).

使用

在Gemfile内添加

gem "mde-4ye", :github => "kaid/mde-4ye"

运行

$ bundle

config.ru内声明

require "mde-4ye"

#....


YourApp.register MDE4ye
MDE4ye.mount!(self)

#....

在需要使用的地方调用

mdeditor("表单名", "## markdown内容")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published