A responsive Markdown previewer built with React that allows users to write Markdown and see a live preview of their formatted text. This application supports basic Markdown syntax and
- 🌟 Live Preview: Live Preview as you type side-by-side
-
🔢 LaTeX Support: Render mathematical expressions using
$\LaTeX$ syntax - 🌗 Theme: Toggle between light and dark themes
- 🖥️ Github Oriented Toggles: Switch between various widths to see how it looks on different screen, also switch to Github Web's background color if needed
- ✍️ WYSIWYG: Some buttons and shortcuts adhering to WYSIWYG
- Actually make tables work and display properly
- Make shortcuts more robust
- Use extensions like
marked-footnotesfor more functionality - Some text editing shortcuts implementation
- React + Tailwind CSS
- Marked, KaTeX and React Icons
- Getting Started:
git clone https://github.com/Eshan05/PreviewGFM
cd previewgfm
npm i
npm start
# Or any other managerContributions are welcomed.
