Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom MacWright committed May 23, 2011
1 parent 2103de6 commit d686385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/site.js
Expand Up @@ -4,7 +4,7 @@ $.domReady(function() {
var nav = $('.navigation ul');
$('.md').each(function() {
var html = document.createElement('div');
html.innerHTML = (new Showdown.converter()).makeHtml(this.innerHTML);
$(html).html(new Showdown.converter()).makeHtml($(this).html());
html.className = this.className;
html.id = this.id;
// TODO: free from shackles of jQuery
Expand Down

0 comments on commit d686385

Please sign in to comment.