4 comments (4 comments)4 reactions (4 reactions)0 assignees (0 assignees)JavaScript11,169 stars (11,169 stars)662 forks (662 forks)batch import
help wanted
Description
This is a capability the other tools like this — reveal, remark, etc. — can do. Can this be done in mdx-deck?
Contributor guide
- Tech stack
- javascriptreact
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Understanding of React and MDXFamiliarity with presentation tools
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- The issue asks for MathJax support in mdx deck. Check how other similar tools like reveal.js and remark implement MathJax. Look at the current rendering pipeline in mdx deck (likely in src/components or src/deck). Investigate if there are any existing plugin mechanisms or if a custom Markdown component can be added. Consider using react mathjax or similar libraries. Review comments for any suggested approaches.