h-hg / docsify-pseudocode

a plugin to render pseudocode in docsify.

Home Page:https://h-hg.github.io/docsify-pseudocode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docsify Pseudocode

What it is

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.

Features

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.

Support

License

This project is licensed under the terms of the MIT license.

About

a plugin to render pseudocode in docsify.

https://h-hg.github.io/docsify-pseudocode

License:MIT License


Languages

Language:JavaScript 100.0%