Fix: table of content level reduced for asciidoctor output

pull/68/head
Alexandre Dulaunoy 2017-05-07 12:22:14 +02:00
parent 3a3fb87693
commit 0122eff56b
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ args = argParser.parse_args()
doc = ''
if args.a:
doc = doc + ":toc: right\n"
doc = doc + ":toclevels: 1\n"
doc = doc + ":icons: font\n"
doc = doc + ":images-cdn: https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/logos/\n"
doc = doc + "= MISP taxonomies and classification as machine tags\n\n"