Skip to content

Commit

Permalink
Update latex attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Mar 28, 2024
1 parent 75c6814 commit c3f3b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/common/processor_factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ set(
' LaTeX input to SRE.'
);
}
return process('speech', `<math latex="${ltx}"></math>`);
return process('speech', `<math data-latex="${ltx}"></math>`);
}
})
);

0 comments on commit c3f3b2e

Please sign in to comment.