storyboard-webclient/src/app/services
Adam Coldrick 980e5d3ec3 Replace marked.js with markdown-it.js
The markdown parser used in StoryBoard (marked.js) is buggy and
mostly unmaintained. This commit replaces it with a better library
which is actually maintained.

There is a small change to functionality incurred with this change,
we no longer automatically attempt to highlight every code block by
guessing the language. Instead only fenced code blocks are
highlighted, and then only if the language is specified. For example:

    ``` python
    def foo():
        return 'foo'
    ```

Change-Id: I8ee562e3e97ab6f0d09a21c27907d1a0959aceb1
2017-11-09 21:44:57 +00:00
..
criteria Make it possible to browse for multiple tags simultaneously 2017-05-10 17:39:55 -04:00
directive Replace marked.js with markdown-it.js 2017-11-09 21:44:57 +00:00
http Add grunt-lintspaces module to check cr-at-end in js files 2015-01-07 13:29:23 +01:00
notification Enabled eslint:consistent-return 2015-03-16 14:02:36 -07:00
provider Add recent events templates for worklist notifications 2016-09-09 10:21:22 +00:00
resolver Moved preference resolution into its own resolver. 2015-03-11 11:28:44 -07:00
resource Rework the task list layout 2016-09-09 12:07:27 +00:00
service Make the Tags resource look for existing tags to filter by 2016-06-17 12:01:17 +01:00
template Reinstate the page size modification control in result-set-pager 2016-09-14 17:06:07 +00:00
module.js Add grunt-lintspaces module to check cr-at-end in js files 2015-01-07 13:29:23 +01:00