Enable link detection in the markdown parser

Change-Id: I7932acb3d978e3d84f98c117e56a362077ebae98
This commit is contained in:
Adam Coldrick 2018-01-16 23:25:04 +00:00
parent c5829bc593
commit 244fa896cd
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ angular.module('sb.services')
return $window.hljs.highlight(lang, code, true).value;
}
return ''; // Don't highlight if no language specified
}
},
linkify: true
});
return {