Skip to content

Commit

Permalink
update escapeLatexDelimiters comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Feb 7, 2024
1 parent 0e98932 commit 181fff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/src/components/rendermime-markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function RendermimeMarkdownBase(props: RendermimeMarkdownProps): JSX.Element {
const containerRef = useRef<HTMLDivElement>(null);

/**
* Escape LaTeX delimeters by adding extra backslashes for proper rendering by @jupyterlab/rendermime.
* Escape LaTeX delimeters by adding extra backslashes where needed for proper rendering by @jupyterlab/rendermime.
*/
function escapeLatexDelimiters(latexString: string) {
return latexString
Expand Down

0 comments on commit 181fff7

Please sign in to comment.