MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / flushQuote

Function flushQuote

deployments/desktop/static/desktop.js:2628–2632  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2626 listType = "";
2627 };
2628 const flushQuote = () => {
2629 if (!quoteLines.length) return;
2630 out.push(`<blockquote>${quoteLines.map((item) => `<p>${renderInlineMarkdown(item)}</p>`).join("")}</blockquote>`);
2631 quoteLines = [];
2632 };
2633 const flushCode = () => {
2634 if (!inCode) return;
2635 out.push(`<pre><code>${escapeHtml(codeLines.join("\n"))}</code></pre>`);

Callers 1

renderMarkdownFunction · 0.70

Calls 1

renderInlineMarkdownFunction · 0.70

Tested by

no test coverage detected