2 references to IsInsideCodeBlock
aspire (2)
Documentation\Docs\LlmsTxtParser.cs (2)
242
if (IsDocumentBoundary(span) && !
IsInsideCodeBlock
(0, codeBlocks))
259
&& !
IsInsideCodeBlock
(position, codeBlocks)