rchaput / acronyms

Adds support for Acronyms, and List of Acronyms, to Quarto documents.
GNU General Public License v3.0
20 stars 2 forks source link

Fix the `require` and tests on Windows #10

Closed rchaput closed 1 year ago

rchaput commented 1 year ago

On Windows, modifying the package load path before require-ing our .lua files did not work. In addition, it was difficult to identify bugs for Windows, because of a lack of automated testing.

This PR:

This solves Issue #8