image: pandoc/core pages: stage: deploy script: - pandoc --version - pandoc --help # - pandoc --list-input-formats # Broken as pandoc dates from 2013 on this image! :( - for file in $(find -name "*.md"); do pandoc -s -f markdown_github -t html -o ${file%.*}.html $file && echo "Exported ${file%.*}.html" && echo "
TITLE:\(.*\)
TITLE:\1
Date\1