Egregious bugs
This commit is contained in:
@@ -103,6 +103,6 @@ var ASCIIDoc = {
|
||||
|
||||
|
||||
// this is necessary for GollumEditor to pick this up
|
||||
jQuery.GollumEditor.defineLanguage('markdown', ASCIIDoc);
|
||||
jQuery.GollumEditor.defineLanguage('asciidoc', ASCIIDoc);
|
||||
|
||||
})();
|
||||
|
||||
@@ -54,7 +54,7 @@ var MarkDown = {
|
||||
'function-blockquote' : {
|
||||
search: /(.+)([\n]?)/gi,
|
||||
replace: "> $1$2"
|
||||
},
|
||||
},
|
||||
|
||||
'function-link' : {
|
||||
exec: function( txt, selText, $field ) {
|
||||
|
||||
@@ -106,6 +106,6 @@ var Textile = {
|
||||
|
||||
};
|
||||
|
||||
jQuery.GollumEditor.defineLanguage('markdown', Textile);
|
||||
jQuery.GollumEditor.defineLanguage('textile', Textile);
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user