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