File tree 1 file changed +6
-9
lines changed 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 22
22
, ' LICENSE' );
23
23
24
24
my @PANDOC_1ST_STEP_SWITCHES =
25
- ( ' --smart'
26
- , ' --self-contained'
27
- , ' --normalize'
28
- , ' --atx-headers'
29
- , ' -f' , ' markdown'
25
+ ( ' --self-contained'
26
+ , ' --markdown-headings=atx'
27
+ , ' -f' , ' markdown+smart'
30
28
, ' -t' , ' markdown' );
31
29
32
30
my @PANDOC_2ND_STEP_SWITCHES =
33
- ( ' --smart'
34
- , ' --self-contained'
31
+ ( ' --self-contained'
35
32
, ' --toc'
36
33
, ' --number-sections'
37
34
# Qt4 / Win32 / MSVC has example that breaks listings on some versions of
38
35
# TeXLive
39
36
, ' --listings'
40
- , ' -f' , ' markdown'
37
+ , ' -f' , ' markdown+smart '
41
38
, ' -t' , ' latex' ,
42
- , ' --latex -engine=lualatex' ,
39
+ , ' --pdf -engine=lualatex' ,
43
40
, ' --include-in-header=docs/latex-header.tex'
44
41
, ' --include-before-body=docs/latex-body.tex'
45
42
, ' -V' , ' lang=en-US' ,
You can’t perform that action at this time.
0 commit comments