Skip to content

Commit

Permalink
add plugins include-highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
yourtion committed Jul 19, 2015
1 parent 5d74eeb commit a8320ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_book
.DS_Store

node_modules
9 changes: 6 additions & 3 deletions book.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"structure": {
"readme": "Introduction.md"
}
"structure": {
"readme": "Introduction.md"
},
"plugins" : [
"include-highlight"
]
}

0 comments on commit a8320ad

Please sign in to comment.