Elementum is a simple Markdown editor built with React. It supports GitHub Flavored Markdown (GFM), syntax highlighting, and mathematical expressions using KaTeX.
- Markdown Editing: Write and preview Markdown in real-time.
- Syntax Highlighting: Code blocks are highlighted using Prism.
- Mathematical Expressions: Supports LaTeX-style math using KaTeX.
- GitHub Flavored Markdown: Supports GFM features like tables, task lists, and strikethrough.
-
Clone the repository:
git clone https://github.com/Levitifox/elementum.git cd elementum
-
Install dependencies:
npm install
To start the development server, run:
npm run dev
To build the project for production, run:
npm run build
To preview the production build, run:
npm run serve
.gitignore
.prettierrc.json
index.html
main.js
package.json
postcss.config.js
preload.js
README.md
src/
App.css
App.jsx
index.css
main.jsx
tailwind.config.js
vite.config.js