Move to markdown-it

This commit is contained in:
Julius Haertl
2016-10-15 13:01:07 +02:00
parent b82b1ef2f0
commit 33714da18d
6 changed files with 21 additions and 26 deletions

View File

@@ -44,7 +44,7 @@ var app = angular.module('Deck', [
'ui.router',
'ui.select',
'as.sortable',
'markdown',
'mdMarkdownIt',
'ngAnimate'
]);