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-3 hours
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.
unclear
Prerequisites
None
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
Investigate how MathJax is currently configured in CodiMD. The mhchem package provides LaTeX like chemical equation formatting for MathJax. To integrate, you would need to add the extension to the MathJax configuration, likely in a JavaScript file that initializes MathJax for note rendering. Look for existing MathJax configuration in the codebase, possibly in a frontend module handling markdown rendering. Check if other MathJax extensions are used to follow the same pattern.
Add Chemistry formatting to MathJax · hackmdio/codimd#1143 | Good First Issue