JS SchemaCrawler highlight ER relationships
\r\n\r\n\r\n```";
$divDesc.html(marked(mdContent));
$('pre code[class]').each(function() {
$(this).attr("class", $(this).attr("class").replaceAll("lang-", "", true));
});
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
2/13/2018 9:15:16 PM