-
Notifications
You must be signed in to change notification settings - Fork 236
Improved Readability for Pop Quizzes in ROM- Microcontrollers #760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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.