This repo contains tooling for rendering OCP specifications from Markdown.
The scripts in this repository rely on TCG's Pandoc tooling. See the Guide (in PDF form on the TCG Pandoc Releases page).
Due to the complexity of the various Pandoc and LaTeX dependencies at work, it's easiest to use TCG's published Docker containers.
./docker-pull.sh
# Must run from the directory containing the input file
./docker-run.sh --pdf sample-spec.pdf sample-spec.ocp
HTML support is experimental.
./docker-run.sh --html sample-spec.html sample-spec.ocp
See the TCG Pandoc README for how to build locally.