Does anyone know if it is possible to use the external javascript library pseudocode.js with Documenter.jl ?
I am trying to replace my algorithms stored in .png files in my documentation of Krylov.jl.
I modified the kwarg assets
of Documenter.HTML
such that assets = ["assets/pseudocode.min.js"]
but I don’t what I should do after to make it working.
Anyone having success including this library in their code documentation?