Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benchristel committed Jun 18, 2024
1 parent 92990f1 commit 0a104d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/perseus/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import * as Widgets from "./widgets";
declare const MathJax: any;

export type PerseusOptions = {
// TODO(LEMS-1608): remove skipMathJax once we have completely removed the
// legacy MathJax 2 renderer from webapp.
skipMathJax: boolean;
};

Expand Down

0 comments on commit 0a104d9

Please sign in to comment.