summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-02 11:31:17 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-10 15:27:08 +0300
commit9a9ad78f74c5de9cf6ef29c77506a4b21092f34a (patch)
treedba1df27b18a99ebb29df392d892a34be628efe2
parent4de2f265070089b59f4151e8ebba5fa463002ed5 (diff)
downloadsubplot-9a9ad78f74c5de9cf6ef29c77506a4b21092f34a.tar.gz
fix: move echo.bib out of YAML metadata in echo.md
Pandoc fails to find echo bib when ./check is run: we have no way of telling Pandoc (via the pandoc::Pandoc structure), what it's working directory should be. I am about to introduce changes that will mean Subplot will fail in this case. This will all be sorted when we switch from using Pandoc to cmark_pulldown for parsing Markdown, and when we do, this commit should be reverted, but that change is too big for me at this time. Sponsored-by: author
-rw-r--r--examples/echo/echo.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/examples/echo/echo.md b/examples/echo/echo.md
index 3a991ba..495a102 100644
--- a/examples/echo/echo.md
+++ b/examples/echo/echo.md
@@ -4,9 +4,11 @@ author: The Subplot project
bindings: [echo.yaml]
impls:
bash: [echo.sh]
-bibliography: [echo.bib]
...
+FIXME: This needs to move back into YAML: bibliography: [echo.bib]
+
+
Introduction
=============================================================================
@@ -41,12 +43,4 @@ then standard error is empty
```
-Test file
-
-~~~~{.file #foo.dat}
-This is a test file.
-Two lines.
-~~~~
-
-
# References