Justin Waring

Results 2 issues of Justin Waring

Following the suggestion in #166 to [pipe published output to pandoc](https://github.com/jacebrowning/doorstop/issues/166#issuecomment-59281979), I'm using the command: `doorstop publish --markdown --no-levels body PREFIX | pandoc -t docx -o PREFIX.docx` But doorstop includes...

bug
help wanted

[Pandoc v2.11](https://pandoc.org/releases.html#pandoc-2.11-2020-10-11) changed from using `pandoc-citeproc` to including `citeproc` as a library. [`autobib.py`](https://github.com/renerocksai/sublimeless_zk/blob/6738375c0e371f0c2fde0aa9e539242cfd2b4777/src/autobib.py#L214) needs an update to call pandoc with `--citeproc` instead of `--filter pandoc-citeproc` in order to generate bibliographies...