Skip to content
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

bug: Inconsistent Uppercasing errors #399

Open
lukasmwerner opened this issue Jan 17, 2025 · 0 comments
Open

bug: Inconsistent Uppercasing errors #399

lukasmwerner opened this issue Jan 17, 2025 · 0 comments

Comments

@lukasmwerner
Copy link
Contributor

Given this document:

#problem[
	4. Find all the $x$ values where the following function is discontinuous.
]

#solution[
	$x=-2,0,3$
]

#aside[
	at $x=-2$ jump discontinuity. 
        // this "at" doesn't get flagged

	at $x=0$ infinite discontinuity.
	// this "at" does `This sentence doesn't start with a capital letter`

	at $x=3$ removable discontinuity. (can be removed via re-defining the domain to exclude that)
        // this "at" does `This sentence doesn't start with a capital letter`
]

The errors seem indicate that the first sentence isn't being picked up as a new sentence but rather as a continuation of the math from the previous block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant