Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/typeset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DOM modifications and returns the array of elements to typeset, or
typeset(() => {
const math = document.querySelector('#math');
math.innerHTML = '$$\\frac{a}{1-a^2}$$';
return math;
return [math];
});

would replace the contents of the element with ``id="math"`` with the
Expand Down