Add syntaxhighlting option to true

pull/192/head
Steve Klise 10 years ago
parent c683ca1328
commit 81784128d7

@ -11,12 +11,18 @@
"formats": { "formats": {
"pdf": { "pdf": {
"version": "web", "version": "web",
"toc": true "toc": true,
"syntaxhighlighting": true
},
"epub": {
"syntaxhighlighting": true
},
"mobi": {
"syntaxhighlighting": true
}, },
"epub": {},
"mobi": {},
"html": { "html": {
"toc": true "toc": true,
"syntaxhighlighting": true
} }
}, },
"theme": "oreillymedia/atlas_tech1c_theme" "theme": "oreillymedia/atlas_tech1c_theme"

Loading…
Cancel
Save