#!/bin/bash
## http://pandoc.org/MANUAL.html
## --toc only outputs it in the html if you specify -s or --standalone (standalone)
## standard --toc-depth=3
pandoc --standalone --toc --toc-depth=5 Network-Protocol-Security.rst -o Network-Protocol-Security.html
open Network-Protocol-Security.html
Since git does not show any conversion errors: how can I find out why it doesn't render?
Related to #503
This file does not render: https://github.com/jpluimers/Conferences/blob/master/2016/DelphiTage-20160917/Network-Protocol-Security.rst
Pandoc does not show any conversion errors and the resulting html opens fine:
Since git does not show any conversion errors: how can I find out why it doesn't render?
--jeroen