docsify-pseudocode is a plugin based on pseudocode.js to render pseudocode in docsify. Using it, you can easily write pseudocode like Latex's algorithm packages in the markdown document.
All features come from pseudocode.js.
- Intuitive grammar: docsify-pseudocode takes a LaTeX-style input that supports the algorithmic constructs from LaTeX's algorithm packages. With or without LaTeX experience, a user should find the grammar fairly intuitive.
- Print quality: The HTML output produced by docsify-pseudocode is (almost) identical with the pretty algorithms printed on publications that are typeset by LaTeX.
- Math formula support: Inserting math formulas in docsify-pseudocode is as easy as LaTeX. Just enclose math expression in
$...$
or\(...\)
. - Multiple backends: docsify-pseudocode supports KaTex and MathJax to render math formulas.
- Create a GitHub issue for bug reports, feature requests, or questions
- Add a ⭐️ star on GitHub to support the plugin!
This project is licensed under the terms of the MIT license.