UNPKG

generator-fatarrow

Version:
13 lines (11 loc) 247 B
class Markdown extends Directive constructor: (markdownService) -> link = (scope, element, attrs) -> code = element.text() html = markdownService.convert code element.html html return { link replace: true restrict: 'E' }