mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-22 23:16:53 +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 = {
|
||||
name: "link",
|
||||
wrapperTag: "span",
|
||||
types: ["text/html","text/plain"],
|
||||
params: {
|
||||
target: {byName: "default", type: "tiddler", rel: "link", optional: false}
|
||||
|
Loading…
Reference in New Issue
Block a user