diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-04 09:10:28 -0700 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-04 23:49:57 +0100 |
commit | 1d2d09abfdc72e58a84c26f0c54db96f2ae58e07 (patch) | |
tree | 0ccdc528a371b2502cafa2bdd6b2e6c03ae7d88a /www/publish.sh | |
parent | 337183ebbd1114346d2261b6eaebc0381b6515ae (diff) | |
download | librebootfr-1d2d09abfdc72e58a84c26f0c54db96f2ae58e07.tar.gz librebootfr-1d2d09abfdc72e58a84c26f0c54db96f2ae58e07.zip |
Remove some of the less relevant FAQ entries
Diffstat (limited to 'www/publish.sh')
-rwxr-xr-x | www/publish.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/publish.sh b/www/publish.sh index 671163f6..c8838f17 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -19,7 +19,7 @@ echo "[License](license.md)" >> temp.md sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' # work around issue #2872 -TOC=$(grep -q "^x-toc-enable: true$" temp.md && echo "--toc") +TOC=$(grep -q "^x-toc-enable: true$" temp.md && echo "--toc --toc-depth=2") # work around heterogenous pandoc versions SMART=$(pandoc -v | grep -q '2\.0' || echo "--smart") |