File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
services/static-webserver/client/source/class/osparc/ui/markdown Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1313
1414/* global marked */
1515
16- /**
17- * This class is just a special kind of rich label that takes markdown raw text, compiles it to HTML,
18- * sanitizes it and applies it to its value property.
19- */
2016qx . Class . define ( "osparc.ui.markdown.Markdown2" , {
2117 extend : qx . ui . embed . Html ,
2218
2319 /**
24- * Markdown constructor. It directly accepts markdown as its first argument.
25- * @param {String } markdown Plain text accepting markdown syntax. Its compiled version will be set in the value property of the label.
20+ * @param {String } markdown Plain text accepting markdown syntax
2621 */
2722 construct : function ( markdown ) {
2823 this . base ( arguments ) ;
You can’t perform that action at this time.
0 commit comments