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