I\'ve been playing around with Pandoc.
Is there anyway to insert pages before the generated Table of Contents?
For example:
Use the include-before tag you can observe in the output of pandoc --print-default-template=markdown
---
title: My Way
toc: true
include-before: |
See these lines
Come __before__ the [toc](/dev/null)
---
# I've lived a life that's full
# I traveled each and every highway
# But more, much more than this
# I did it my way