zs-starter-template/.zs/onthispage

10 lines
98 B
Plaintext
Raw Permalink Normal View History

2023-04-01 10:21:56 +03:00
#!/bin/sh
2023-04-01 09:20:11 +03:00
2023-04-01 10:21:56 +03:00
set -e
2023-03-30 18:28:08 +03:00
{
echo "**On this page**"
echo
2023-04-01 09:20:11 +03:00
toc -d 2 -s 1 "$ZS_FILE"
2023-03-30 18:28:08 +03:00
} | zs gen