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

View File

@@ -7,7 +7,7 @@ var app = angular.module('Application', []);
app.filter('markdown2html', function () {
var converter = new showdown.Converter({
extensions: [],
extensions: [ 'targetblank' ],
simplifiedAutoLink: true,
strikethrough: true,
tables: true