Section numbering & source code syntax highlighting added
This commit is contained in:
parent
114f54b808
commit
454105c4d7
4 changed files with 10 additions and 8 deletions
|
@ -1,8 +1,4 @@
|
|||
|
||||
:experimental:
|
||||
|
||||
= Defensive Coding
|
||||
|
||||
A Guide to Improving Software Security
|
||||
|
||||
[abstract]
|
||||
|
@ -17,4 +13,4 @@ concrete recommendations.
|
|||
image:Common_Content/images/title_logo.svg[]
|
||||
include::Common_Content/Legal_Notice.adoc[]
|
||||
|
||||
include::Author_Group.adoc[]
|
||||
include::Author_Group.adoc[]
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
|
||||
:doctype: book
|
||||
:toc: left
|
||||
:toclevels: 3
|
||||
:source-highlighter: pygments
|
||||
:pygments-style: manni
|
||||
:pygments-linenums-mode: inline
|
||||
|
||||
= Defensive Coding Guide
|
||||
|
||||
include::Book_Info.adoc[]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue