File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
services/static-webserver/client
source/class/osparc/ui/markdown Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3535 "css" : [
3636 " jsontreeviewer/jsonTree.css" ,
3737 " hint/hint.css" ,
38- " markdown /markdown.css" ,
38+ " marked /markdown.css" ,
3939 " common/common.css"
4040 ]
4141 },
Original file line number Diff line number Diff line change 11/*
22 * oSPARC - The SIMCORE frontend - https://osparc.io
3- * Copyright: 2019 IT'IS Foundation - https://itis.swiss
3+ * Copyright: 2025 IT'IS Foundation - https://itis.swiss
44 * License: MIT - https://opensource.org/licenses/MIT
5- * Authors: Ignacio Pascual (ignapas)
6- * Odei Maiz (odeimaiz)
5+ * Authors: Odei Maiz (odeimaiz)
76 */
87
98/**
109 * @asset (marked/marked.min.js)
11- * @assert (markdown.css)
10+ * @assert (marked/ markdown.css)
1211 * @ignore (marked)
1312 */
1413
@@ -35,7 +34,7 @@ qx.Class.define("osparc.ui.markdown.Markdown2", {
3534 overflowY : "hidden" ,
3635 } ) ;
3736
38- const markdownCssUri = qx . util . ResourceManager . getInstance ( ) . toUri ( "markdown /markdown.css" ) ;
37+ const markdownCssUri = qx . util . ResourceManager . getInstance ( ) . toUri ( "marked /markdown.css" ) ;
3938 qx . module . Css . includeStylesheet ( markdownCssUri ) ;
4039
4140 this . __loadMarked = new Promise ( ( resolve , reject ) => {
You can’t perform that action at this time.
0 commit comments