Gallery

@ljoukov/sheet

Overview Poster, routes, and visual contextCatalog Supported surfaces, inputs, and live previewsWorksheets Whole sheet demos with seeded contentFeedback cards Question-level tutor note statesFeedback thread Conversation bubbles and reply composerFill Blank and inline-answer question rowMCQ Choice layout and review rhythmLines Ruled long-answer surfaceCalc Formula prompt and unit inputMatch Pairing interactions and spacingSpelling Word correction layoutMarkdown Rich text, code, and maths rendering
  1. Gallery
  2. /
  3. Markdown
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:

2023−43=19802023 - 43 = 19802023−43=1980

That means n must divide 1980.

Strategy

  1. Factorise 1980
  2. List factors greater than 43
  3. 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 F=maF = maF=ma and code like const x = 19 should stay readable.