mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 07:26:54 +00:00
Fixed missing class on external pretty links
This commit is contained in:
parent
86d182fd51
commit
f44f2b33ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user