MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / flushParagraph

Function flushParagraph

src/ifcchat/app.js:261–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259 let listItems = [];
260
261 const flushParagraph = () => {
262 if (!paragraphLines.length) return;
263 html.push(`<p>${renderInlineMarkdown(paragraphLines.join(" "))}</p>`);
264 paragraphLines = [];
265 };
266
267 const flushQuote = () => {
268 if (!quoteLines.length) return;

Callers 2

flushAllFunction · 0.85
renderMarkdownFunction · 0.85

Calls 3

renderInlineMarkdownFunction · 0.85
pushMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected