mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-02 03:31:29 +00:00
Rename horizontal rule parser rule for less "rule"-based confusion
This commit is contained in:
@@ -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) {
|
||||
Reference in New Issue
Block a user