A version of @unindented's Kramdown editor that supports MathJax and uses CodeMirror for its editor.
Requires Ruby 3.4+.
Open this repo in a GitHub Codespace. Once the container is ready, install dependencies and start the server:
bundle install
bundle exec puma -p 9292 config.ruThe app will be available on port 9292. Use the Ports panel in VS Code to open it in your browser.
bundle installrakebundle exec puma -p 9292 config.ruThanks to Daniel Perez Alvarez ([email protected]) for the original project.