mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 23:04:50 +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",
|
type: "element",
|
||||||
tag: "a",
|
tag: "a",
|
||||||
start: pos,
|
start: pos,
|
||||||
attributes: {},
|
attributes: {
|
||||||
|
"class": {type: "string", value: "tw-tiddlylink-external"},
|
||||||
|
},
|
||||||
children: [textNode]
|
children: [textNode]
|
||||||
};
|
};
|
||||||
// Skip whitespace
|
// Skip whitespace
|
||||||
|
Loading…
Reference in New Issue
Block a user