Browse Source

Replace tab with 4 tabs for code

master
Menci 8 years ago
parent
commit
6a636feae3
  1. 1
      utility.js

1
utility.js

@ -41,6 +41,7 @@ function escapeHTML(s) {
} }
function highlightPygmentize(code, lang, cb) { function highlightPygmentize(code, lang, cb) {
code = code.split('\t').join(' ');
pygmentize({ pygmentize({
lang: lang, lang: lang,
format: 'html', format: 'html',

Loading…
Cancel
Save