]> BookStack Code Mirror - bookstack/blobdiff - app/Config/snappy.php
Code cleanup, bug squashing
[bookstack] / app / Config / snappy.php
index 60c26ffd531d2477b9c236c067388f274368bc9b..f347eda23349264d1b3d4118afadbedde0a5990a 100644 (file)
@@ -13,7 +13,9 @@ return [
         'enabled' => true,
         'binary'  => file_exists(base_path('wkhtmltopdf')) ? base_path('wkhtmltopdf') : env('WKHTMLTOPDF', false),
         'timeout' => false,
-        'options' => [],
+        'options' => [
+            'outline' => true
+        ],
         'env'     => [],
     ],
     'image' => [