diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-18 13:55:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-18 13:55:20 -0300 |
commit | c9180b4af8bee564742dffcb9773cb8632049170 (patch) | |
tree | 39d2fb3b003427fead8e3a500654b35176ad6fc4 | |
parent | e83aba1e376f50b76bc552408694b0ba796a24b3 (diff) | |
download | bookup-c9180b4af8bee564742dffcb9773cb8632049170.tar.gz bookup-c9180b4af8bee564742dffcb9773cb8632049170.tar.bz2 |
Fix: TODO: lookup for js folder on nested books and notes
-rw-r--r-- | TODO.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ ## Issues +* [ ] Fix lookup for `js` folder on nested books and notes. + If the book is built under `build/book`, then search + won't work because `build/book/js` won't be available. * [ ] Bug in `pandoc` with `citeproc` ignoring citation inside LaTeX blocks. Affecting the PDF format. Test available at `test/pandoc`. Consider to test with the latest pandoc and citeproc versions. |