Always open markdown links in new tab

This commit is contained in:
Johannes Zellner
2020-03-06 19:11:39 -08:00
parent ffc2507362
commit 698a20396c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -461,7 +461,7 @@ app.filter('prettyEmailAddresses', function () {
app.filter('markdown2html', function () {
var converter = new showdown.Converter({
extensions: [],
extensions: [ 'targetblank' ],
simplifiedAutoLink: true,
strikethrough: true,
tables: true