summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-02-11 08:32:23 +0200
committerLars Wirzenius <liw@liw.fi>2021-02-11 09:02:11 +0200
commit989960eb8cade15e65d78fbe36cd369632c4ebc9 (patch)
tree6ecc82db88b4483db330d26ca9650237e9acffa8
parente9097c73540f647538858f73660384e94a46a45b (diff)
downloadsubplot-989960eb8cade15e65d78fbe36cd369632c4ebc9.tar.gz
fix(subplot.md): add missing template to YAML metadata example
This is an example that's never parsed by Subplot so the missing "template" has gone unnoticed.
-rw-r--r--subplot.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/subplot.md b/subplot.md
index 65f9830..ce26488 100644
--- a/subplot.md
+++ b/subplot.md
@@ -327,6 +327,7 @@ they are how Pandoc recongizes the block.
title: "Subplot"
author: The Subplot project
date: work in progress
+template: python
bindings: subplot.yaml
functions: subplot.py
...