mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 23:03:50 +00:00
The default wrapper tag for macros is now <span>
So we don't need this
This commit is contained in:
parent
167613552f
commit
6805b08cf4
@ -16,7 +16,6 @@ var isLinkExternal = function(target) {
|
|||||||
|
|
||||||
exports.macro = {
|
exports.macro = {
|
||||||
name: "link",
|
name: "link",
|
||||||
wrapperTag: "span",
|
|
||||||
types: ["text/html","text/plain"],
|
types: ["text/html","text/plain"],
|
||||||
params: {
|
params: {
|
||||||
target: {byName: "default", type: "tiddler", rel: "link", optional: false}
|
target: {byName: "default", type: "tiddler", rel: "link", optional: false}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user