MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / quoteStyle

Method quoteStyle

packages/pi-tui/src/components/markdown.ts:415–415  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

413
414 case "blockquote": {
415 const quoteStyle = (text: string) => this.theme.quote(this.theme.italic(text));
416 const quoteStylePrefix = this.getStylePrefix(quoteStyle);
417 const applyQuoteStyle = (line: string): string => {
418 if (!quoteStylePrefix) {

Callers

nothing calls this directly

Calls 1

italicMethod · 0.80

Tested by

no test coverage detected