Open links in new window

This commit is contained in:
Julius Haertl
2016-11-06 23:26:20 +01:00
parent f2fd7c215c
commit 493b9b6260
4 changed files with 5 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ app.config(function ($provide, $routeProvider, $interpolateProvider, $httpProvid
linkify: true,
xhtmlOut: true
});
markdownItConverterProvider.use(markdownitLinkTarget);
$urlRouterProvider.otherwise("/");