From 9a9ad78f74c5de9cf6ef29c77506a4b21092f34a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 2 Apr 2022 11:31:17 +0300 Subject: 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 --- examples/echo/echo.md | 12 +++--------- 1 file 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 -- cgit v1.2.1