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
(cd sample && ../docker-run.sh --pdf spec.pdf spec.ocp)
HTML support is experimental.
(cd sample && ../docker-run.sh --html spec.html spec.ocp)
See the TCG Pandoc README for how to build locally.