1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-06-05 23:58:51 +00:00

Add syntaxhighlting option to true

This commit is contained in:
Steve Klise 2014-07-11 15:01:42 -04:00
parent c683ca1328
commit 81784128d7

View File

@ -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"