Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jan 28, 2013
1 parent c0c3c9f commit f8ecf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -62,5 +62,5 @@ module.exports = function(doc) {
return '';
};

return '<pre>'+visit(doc)+'</pre>';
return '<pre class="htmlify">'+visit(doc)+'</pre>';
};

0 comments on commit f8ecf62

Please sign in to comment.