We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 705ae23 + b08135c commit a898175Copy full SHA for a898175
1 file changed
.github/workflows/pdf-build.yml
@@ -36,7 +36,7 @@ jobs:
36
output="${input%.md}.pdf"
37
echo "Input: $input, output $output"
38
if [[ "$(grep -l 'marp: true' "$input")" ]]; then
39
- npx marp --allow-local-files "$input" -o "$output"
+ npx marp --pdf-outlines --allow-local-files "$input" -o "$output"
40
else
41
directory=$(dirname "$input")
42
pandoc --pdf-engine=xelatex -f markdown-implicit_figures --resource-path .:"$directory" -o "$output" "$input"
0 commit comments