mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 12:10:33 +00:00
also add md-accent class to links
This commit is contained in:
parent
e239ec2b22
commit
cccf5a4ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
function configMarked(markedProvider) {
|
||||
markedProvider.setRenderer({
|
||||
link: function (href, title, text) {
|
||||
return '<a href="' + href + '"' + (title ? ' title="' + title + '"' : ' ') + 'target="_blank" external-link>' + text + '</a>';
|
||||
return '<a href="' + href + '"' + (title ? ' title="' + title + '"' : ' ') + 'target="_blank" external-link class="md-accent">' + text + '</a>';
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue