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:
parent
c683ca1328
commit
81784128d7
14
atlas.json
14
atlas.json
@ -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…
Reference in New Issue
Block a user