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

Replace the testing script with Python #23

Closed rchaput closed 4 months ago

rchaput commented 4 months ago

We previously used Deno, as it is embedded in Quarto (anyone can run the script); however, Deno has given us all sorts of troubles (changing the functions' names, changing imports, ...).

Quarto also supports Python scripts, although the interpreter must be installed externally (but that should not be a problem, everyone has Python, and CI/CD workflows can easily setup a Python interpreter).

This commit:

Solves #21