Understanding of React and MDXFamiliarity with presentation tools
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
40
調査方針
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.