Parsing markdown with Pandoc doesn't handle basedir
When ./check
runs Subplot on examples/echo/echo.md
, and parses it with Pandoc, via the pandoc
crate, Pandoc doesn't find echo.bib
, since cwd isn't examples/echo
. This will be fixed when we switch to the pullmark parser, but I'm noting this so we don't forget to check this work.