mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-15 11:11:24 -07:00
Fixed missing class on external pretty links
This commit is contained in:
parent
86d182fd51
commit
f44f2b33ed
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue