Always open markdown links in new tab
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user