MCPcopy
hub / github.com/KaTeX/KaTeX / CopyDelimiters

Interface CopyDelimiters

contrib/copy-tex/katex2tex.ts:2–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2export interface CopyDelimiters {
3 inline: [string, string];
4 display: [string, string];
5}
6
7// Set these to how you want inline and display math to be delimited.
8export const defaultCopyDelimiters: CopyDelimiters = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…