BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+9
-9
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -169,7 +169,12 @@ ace.define("<%= name %>", [], function(require, exports, module) {
|
|||||||
this.addRules({
|
this.addRules({
|
||||||
<%= id %> : <%= rule %>
|
<%= id %> : <%= rule %>
|
||||||
});
|
});
|
||||||
|
if (this.$rules.listblock != null){
|
||||||
|
// Some markup languages, like markdown, have a separate starting block for list contents, which also need to parse Gollum Tags.
|
||||||
|
this.$rules.listblock.unshift(GollumTagStart);
|
||||||
|
}
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
this.normalizeRules();
|
this.normalizeRules();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user