storyboard-webclient/src
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
..
app Replace marked.js with markdown-it.js 2017-11-09 21:44:57 +00:00
fonts New StoryBoard Logo 2014-07-16 07:35:25 -07:00
images Add newlines to the ends of files 2015-07-31 12:42:44 +00:00
theme Merge "Change 'stories' icon to a book" 2016-12-14 19:23:35 +00:00
config.json.sample Add newlines to the ends of files 2015-07-31 12:42:44 +00:00
index.html Replace marked.js with markdown-it.js 2017-11-09 21:44:57 +00:00
robots.txt Initial commit 2014-01-14 18:49:39 -08:00