mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-11-04 09:33:00 +00:00 
			
		
		
		
	The default wrapper tag for macros is now <span>
So we don't need this
This commit is contained in:
		@@ -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}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user