Skip to content

bug: Inconsistent Uppercasing errors #399

Open
@lukasmwerner

Description

@lukasmwerner

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions