kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Rename horizontal rule parser rule for less "rule"-based confusion
rodzic
90a09c0a42
commit
8684c375b8
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/parsers/wikiparser/rules/rule.js
|
||||
title: $:/core/modules/parsers/wikiparser/rules/horizrule.js
|
||||
type: application/javascript
|
||||
module-type: wikirule
|
||||
|
||||
|
@ -16,7 +16,7 @@ Wiki text block rule for rules. For example:
|
|||
/*global $tw: false */
|
||||
"use strict";
|
||||
|
||||
exports.name = "rule";
|
||||
exports.name = "horizrule";
|
||||
exports.types = {block: true};
|
||||
|
||||
exports.init = function(parser) {
|
Ładowanie…
Reference in New Issue