storyboard-webclient/src/app
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
..
admin Allow teams to be added to the permission list for private stories 2016-12-07 21:11:52 +00:00
auth Handle expired refresh tokens by reloading the page 2017-05-08 23:43:33 -04:00
boards Fix absolute href 2016-12-06 00:50:12 +00:00
dashboard Give certain lists a border 2016-09-21 09:49:51 +00:00
due_dates Add Due Dates to boards 2016-03-04 17:10:19 +00:00
notification Add newlines to the ends of files 2015-07-31 12:42:44 +00:00
pages Make subheading more succint 2016-11-17 19:09:14 +00:00
profile Inhibit browser autocomplete when selecting a project 2016-12-03 09:04:34 -05:00
project_group Merge "Add the parameter parsing functionality to all of the search views" 2017-08-11 15:32:28 +00:00
projects Merge "Add the parameter parsing functionality to all of the search views" 2017-08-11 15:32:28 +00:00
search Make it possible to browse for multiple tags simultaneously 2017-05-10 17:39:55 -04:00
services Replace marked.js with markdown-it.js 2017-11-09 21:44:57 +00:00
stories Move the parameter parsing into a service for reuse 2017-04-08 22:30:35 +01:00
storyboard Replace marked.js with markdown-it.js 2017-11-09 21:44:57 +00:00
subscription Allow the Subscribe directive to work without a list of subscriptions 2016-06-02 14:02:50 +00:00
util Rewrite the query string when removing browse criteria 2017-04-08 22:26:21 +01:00
worklists Add a notice when worklists or boards are private or archived 2016-08-31 10:21:19 +00:00