Improved Readability for Pop Quizzes in ROM- Microcontrollers - #760
Improved Readability for Pop Quizzes in ROM- Microcontrollers#760aindree-2005 wants to merge 2 commits into
Conversation
WalkthroughUpdated markdown in the ROM microcontrollers documentation to change ASCII/plain math in two quiz questions to LaTeX-style inline math (wrapped with 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In `@docs/seq-lsi/rom-microcontrollers.md`:
- Around line 83-86: Replace the Unicode math in the quiz options (e.g., the
strings "2ᴺ × (N + K + log₂ M)", "2ᴺ × (K + log₂ M)", "2ᴹ⁺ᴺ × (K + N)", "2ᴹ × (M
+ N)") with LaTeX-style notation consistent with the main content—e.g., use
\(2^N (N + K + \log_2 M)\), \(2^N (K + \log_2 M)\), \(2^{M+N} (K + N)\), \(2^M
(M + N)\)—and ensure any rendered output includes an accessible plain-text
fallback (like 2^N and log_2 M) for screen readers.
- Around line 71-74: Replace the Unicode superscript/subscript math in the quiz
option lines (e.g., "2ᴺ × (K + log₂ M)", "2ᴺ × (N + K + log₂ M)", "2ᴹ⁺ᴺ × (K +
N)", "2ᴹ × (M + N)") with LaTeX math notation to match the main content (e.g.,
use $2^N \times (K + \log_2 M)$, $2^{M+N} \times (K + N)$, etc.), and apply the
same replacement in Question 3 options so all formulas use consistent $...$
LaTeX formatting for accessibility and consistent rendering.
|
@Nihal4777 The equations are correct, but the UI currently renders raw LaTeX |
|
#786 fix it more cleanly |
Improved Readability for Pop Quizzes in ROM- Microcontrollers
Fixes #759
Changes done:
✅️ By submitting this PR, I have verified the following
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.