1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 23:10:46 +00:00

Fixed missing class on external pretty links

This commit is contained in:
Jermolene 2014-05-26 17:57:35 +01:00
parent 86d182fd51
commit f44f2b33ed

View File

@ -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