We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384d3cc commit 00e5ab7Copy full SHA for 00e5ab7
1 file changed
webgui/scripts/codecompass/view/infobox.js
@@ -65,7 +65,7 @@ function (declare, dom, style, topic, ContentPane, FloatingPane, TabContainer,
65
},
66
67
_setDocumentationAttr : function (documentation){
68
- this._documentationPane.set('content', marked(documentation));
+ this._documentationPane.set('content', marked.parse(documentation));
69
this._documentationPane.resize();
70
this.resize();
71
0 commit comments