
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
31 lines
746 B
JSON
31 lines
746 B
JSON
{
|
|
"name": "storyboard-webclient",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"font-awesome": "4.5.0",
|
|
"bootstrap": "3.3.7",
|
|
"angular": "1.5.8",
|
|
"angular-resource": "1.5.8",
|
|
"angular-sanitize": "1.5.8",
|
|
"angular-ui-router": "0.2.13",
|
|
"angular-bootstrap": "0.12.0",
|
|
"angular-local-storage": "0.1.5",
|
|
"angular-elastic": "2.4.2",
|
|
"angular-moment": "0.9.0",
|
|
"angular-cache": "3.2.5",
|
|
"angularjs-viewhead": "0.0.1",
|
|
"markdown-it": "8.4.0",
|
|
"moment-timezone": "0.5.4",
|
|
"highlightjs": "9.1.0",
|
|
"ng-sortable": "1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.5.8",
|
|
"angular-scenario": "1.5.8"
|
|
},
|
|
"resolutions": {
|
|
"angular": "1.5.8",
|
|
"font-awesome": "4.3.0"
|
|
}
|
|
}
|