# markdown-mathjax **Repository Path**: bit2atom/markdown-mathjax ## Basic Information - **Project Name**: markdown-mathjax - **Description**: Live markdown editor based on MathJax and Marked - **Primary Language**: HTML - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-25 - **Last Updated**: 2024-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README markdown+mathjax ================ Live markdown editor based on MathJax and Marked ## How it works? text → Escape tags → MathJax → Markdown → preview ## Demo https://kerzol.github.io/markdown-mathjax/editor.html ## Dependencies - https://github.com/chjj/marked - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js ## Install You should initialize and fetch [marked](https://github.com/chjj/marked) into _lib/_. Just type in the terminal: ```bash cd markdown-mathjax/ git submodule init git submodule update ``` We use MathJax from https://cdnjs.cloudflare.com/ajax/libs/mathjax/. If you don't like that you need to read and modify _editor.html_