1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-12 16:50:55 +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": {
"pdf": {
"version": "web",
"toc": true
"toc": true,
"syntaxhighlighting": true
},
"epub": {
"syntaxhighlighting": true
},
"mobi": {
"syntaxhighlighting": true
},
"epub": {},
"mobi": {},
"html": {
"toc": true
"toc": true,
"syntaxhighlighting": true
}
},
"theme": "oreillymedia/atlas_tech1c_theme"