mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +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
|
||||
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) {
|
Loading…
Reference in New Issue
Block a user