Commit a0cb7447 by Alexander Zobnin

ace: reduce docs lines width

parent dc7616e5
......@@ -353,7 +353,7 @@ function convertMarkDownTags(text) {
function convertToHTML(item) {
var docText = lang.escapeHTML(item.docText);
docText = convertMarkDownTags(wrapText(docText));
docText = convertMarkDownTags(wrapText(docText, 40));
return [
"<b>", lang.escapeHTML(item.def), "</b>", "<hr></hr>", docText, "<br>&nbsp"
].join("");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment