Egregious bugs

This commit is contained in:
Eston Bond
2010-11-03 15:18:52 -07:00
parent 8645927cbc
commit 338c51e019
7 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -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);
})();
+1 -1
View File
@@ -54,7 +54,7 @@ var MarkDown = {
'function-blockquote' : {
search: /(.+)([\n]?)/gi,
replace: "> $1$2"
},
},
'function-link' : {
exec: function( txt, selText, $field ) {
+1 -1
View File
@@ -106,6 +106,6 @@ var Textile = {
};
jQuery.GollumEditor.defineLanguage('markdown', Textile);
jQuery.GollumEditor.defineLanguage('textile', Textile);
})();