mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 23:03:50 +00:00
Rename horizontal rule parser rule for less "rule"-based confusion
This commit is contained in:
parent
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
|
type: application/javascript
|
||||||
module-type: wikirule
|
module-type: wikirule
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ Wiki text block rule for rules. For example:
|
|||||||
/*global $tw: false */
|
/*global $tw: false */
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
exports.name = "rule";
|
exports.name = "horizrule";
|
||||||
exports.types = {block: true};
|
exports.types = {block: true};
|
||||||
|
|
||||||
exports.init = function(parser) {
|
exports.init = function(parser) {
|
Loading…
x
Reference in New Issue
Block a user