mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 18:54:38 +00:00
Fixed missing class on external pretty links
This commit is contained in:
@@ -72,7 +72,9 @@ exports.parseLink = function(source,pos) {
|
||||
type: "element",
|
||||
tag: "a",
|
||||
start: pos,
|
||||
attributes: {},
|
||||
attributes: {
|
||||
"class": {type: "string", value: "tw-tiddlylink-external"},
|
||||
},
|
||||
children: [textNode]
|
||||
};
|
||||
// Skip whitespace
|
||||
|
||||
Reference in New Issue
Block a user