Fix markdownit configuration
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -34,11 +34,12 @@ app.config(function ($provide, $interpolateProvider, $httpProvider, $urlRouterPr
|
|||||||
|
|
||||||
$compileProvider.debugInfoEnabled(true);
|
$compileProvider.debugInfoEnabled(true);
|
||||||
|
|
||||||
markdownItConverterProvider.use(markdownitLinkTarget, {
|
markdownItConverterProvider.config({
|
||||||
breaks: true,
|
breaks: true,
|
||||||
linkify: true,
|
linkify: true,
|
||||||
xhtmlOut: true
|
xhtmlOut: true
|
||||||
}).use(markdownitCheckbox);
|
});
|
||||||
|
markdownItConverterProvider.use(markdownitLinkTarget).use(markdownitCheckbox);
|
||||||
|
|
||||||
$urlRouterProvider.otherwise('/');
|
$urlRouterProvider.otherwise('/');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user