Improved Readability for Pop Quizzes in ROM- Microcontrollers#760
Open
aindree-2005 wants to merge 2 commits intoCircuitVerse:masterfrom
Open
Improved Readability for Pop Quizzes in ROM- Microcontrollers#760aindree-2005 wants to merge 2 commits intoCircuitVerse:masterfrom
aindree-2005 wants to merge 2 commits intoCircuitVerse:masterfrom
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.