Markdown
Markdown renderer for text, maths, and code.
The same renderer is shared by worksheet content, tutor replies, and longer written answers.
Block markdown
Headings, lists, block quotes, KaTeX maths, and syntax-highlighted code.
Worked example
The remainder is 43, so we know:
That means n must divide 1980.
Strategy
- Factorise
1980 - List factors greater than 43
- Check that each factor gives remainder 43
The cleanest final sentence is the one that repeats the corrected count.
ts
const factors = [44, 45, 55, 60, 66];
console.log(factors.length);Inline markdown
Inline rendering for compact badges, prompts, or caption text.
Inline maths like and code like
const x = 19 should stay readable.