Skip to content

Commit

Permalink
Update escapeLatexDelimiters docstring per @dlqqq
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Feb 7, 2024
1 parent 479814b commit 6b243bf
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 @@ -13,7 +13,7 @@ type RendermimeMarkdownProps = {
};

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

0 comments on commit 6b243bf

Please sign in to comment.