kmwallio/ThiefMD

Preview does not render if CSL in YAML is not absolute path.

kmwallio opened this issue · 0 comments

Currently:

---
bibliography: bib.bib
csl: bib_style.csl
---

will cause the preview to fail.

---
bibliography: bib.bib
csl: /home/user/path/to/bib_style.csl
---

will work.

This will be fixed in the next release.