quarto-dev / quarto-dev/quarto-cli
pseudocode.js algorithms
@cderv is already working on this.
Since Feb 16, 2023.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Bug description
I'm getting to the point in my book where I need to show algorithms. I couldn't get Christophe Dervieux's Rmd instructions to work, so I made a reprex repo (reporex?).
https://github.com/topepo/quarto-pseudocode-test
https://topepo.github.io/quarto-pseudocode-test/
There was some weirdness. When I first compiled it, the js block wanted me to install jupyter (no thanks). I moved the same example code to the (private) book repo and rendered it so that I could take a screen shot.
After that, my reporex rendered without the jupyter request but the algorithm doesn't show up.
Also, when it does show up, the equations are not rendered (see the screen shot in the reporex).
Checklist
- Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
- Please format your issue so it is easier for us to read the bug report.
- Please document the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
- Please document the operating system you're running. If on Linux, please provide the specific distribution.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.