Make --toc work in epub output.
This commit is contained in:
parent
79a0fbe146
commit
9b38b69c94
1 changed files with 3 additions and 0 deletions
|
@ -276,6 +276,9 @@ pageTemplate = unlines
|
|||
, "$endfor$"
|
||||
, "$else$"
|
||||
, "<h1>$title$</h1>"
|
||||
, "$if(toc)$"
|
||||
, "$toc$"
|
||||
, "$endif$"
|
||||
, "$body$"
|
||||
, "$endif$"
|
||||
, "</body>"
|
||||
|
|
Loading…
Add table
Reference in a new issue