mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-19 02:22:09 +08:00
Typst writer/template: support --toc-depth as in other writers.
Closes #9242.
This commit is contained in:
@@ -76,7 +76,7 @@ $endfor$
|
||||
$if(toc)$
|
||||
#outline(
|
||||
title: auto,
|
||||
depth: none
|
||||
depth: $toc-depth$
|
||||
);
|
||||
$endif$
|
||||
|
||||
|
||||
Reference in New Issue
Block a user