Section numbering & source code syntax highlighting added

This commit is contained in:
Mirek Jahoda 2018-02-01 11:45:46 +01:00
parent 114f54b808
commit 454105c4d7
4 changed files with 10 additions and 8 deletions

View file

@ -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[]

View file

@ -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[]