%
function includeMD(file) {
var text = include(file);
return converter.makeHtml(text);
}
function includeMDJs(file) {
var text = include(file);
return converter.makeHtml('```javascript\n' + text + '\n```');
}
%>
<% include components/useage.html %>
<% include components/modal.html %>
<% include components/tooltip.html %>
<% include components/toastr.html %>
<% include components/autocomplete.html %>
<% include components/radiogroup.html %>
<% include components/checkboxgroup.html %>
<% include components/datepicker.html %>
<% include components/dropdown.html %>
<% include components/selecter.html %>
<% include components/fileupload.html %>
<% include components/pager.html %>
<% include components/popover.html %>
<% include components/tabs.html %>
<% include components/tree.html %>
<% include components/checkabletable.html %>
<% include components/validator.html %>
<%- footContent %>