# Use javascript library pseudocode.js with Documenter.jl

**URL:** https://discourse.julialang.org/t/use-javascript-library-pseudocode-js-with-documenter-jl/87684
**Category:** General Usage
**Tags:** documentation, documenter, algorithm
**Created:** [September 23, 2022, 4:57am UTC](https://discourse.julialang.org/t/use-javascript-library-pseudocode-js-with-documenter-jl/87684 "2022-09-23T04:57:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![amontoison](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/amontoison/32/218741_2.png) [@amontoison](https://discourse.julialang.org/u/amontoison)
#### Post date: [September 23, 2022, 4:57am UTC](https://discourse.julialang.org/t/use-javascript-library-pseudocode-js-with-documenter-jl/87684/1 "2022-09-23T04:57:43Z")

</div>

Does anyone know if it is possible to use the external javascript library [pseudocode.js](https://github.com/SaswatPadhi/pseudocode.js) with [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl)?

I am trying to replace my [algorithms](https://juliasmoothoptimizers.github.io/Krylov.jl/previews/PR618/processes/) 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?
