Documentation: Fix formatting and update methodology details#50
Open
Documentation: Fix formatting and update methodology details#50
Conversation
MyST was interpreting dollar signs as LaTeX math delimiters, causing "$6,000" and "$75k/$150k" to render incorrectly. Escaped all dollar signs with backslashes in Option 7 descriptions. Also reorganized Potential Enhancements section to match 1-4 numbering of Behavioral Modeling Limitations for easier cross-referencing. Fixes: - intro.md: Option 7 bullet point - policy-options.md: Reform code docstring and explanation - methodology.md: Reordered enhancements 1-4 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Escaped all dollar signs with backslashes throughout policy-options.md to prevent MyST from interpreting them as LaTeX math delimiters. Fixed: - Current Law Baseline: \$25k, \$32k, \$34k, \$44k, \$6,000 - Option 2: \$0 threshold - Option 3: \$6,000 deduction - Option 4: \$500 credit, \$5,000/\$10,000/\$10k amounts in example table - Option 7: Already fixed in previous commit - Option 8: \$0 threshold All dollar amounts now render correctly in the built documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…methodology-long-term-projections
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.
Summary
Test plan
🤖 Generated with Claude Code