Mercurial > public > sg101
comparison static/js/markitup/sets/markdown/set.js @ 975:8c3d52b7cbd1
Remove the image button on the MarkItUp! editor.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 05 Oct 2015 20:06:24 -0500 |
parents | 4f265f61874b |
children |
comparison
equal
deleted
inserted
replaced
974:d260aef91ad7 | 975:8c3d52b7cbd1 |
---|---|
26 {name:'Bulleted List', openWith:'- ', multiline:true}, | 26 {name:'Bulleted List', openWith:'- ', multiline:true}, |
27 {name:'Numeric List', openWith:function(markItUp) { | 27 {name:'Numeric List', openWith:function(markItUp) { |
28 return markItUp.line+'. '; | 28 return markItUp.line+'. '; |
29 }, multiline:true}, | 29 }, multiline:true}, |
30 {separator:'---------------' }, | 30 {separator:'---------------' }, |
31 {name:'Picture', key:'P', replaceWith:'![image]([![Url:!:http://]!])'}, | |
32 {name:'Link', key:'L', openWith:'[', closeWith:']([![Url:!:http://]!])', placeHolder:'Your text to link here...' }, | 31 {name:'Link', key:'L', openWith:'[', closeWith:']([![Url:!:http://]!])', placeHolder:'Your text to link here...' }, |
33 {separator:'---------------'}, | 32 {separator:'---------------'}, |
34 {name:'Quotes', openWith:'> ', multiline:true}, | 33 {name:'Quotes', openWith:'> ', multiline:true}, |
35 {name:'Code Block / Code', openWith:'(!(\t|!|`)!)', closeWith:'(!(`)!)', multiline:true}, | 34 {name:'Code Block / Code', openWith:'(!(\t|!|`)!)', closeWith:'(!(`)!)', multiline:true}, |
36 {separator:'---------------'}, | 35 {separator:'---------------'}, |