(text: string)
| 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) { |