Skip to content

Commit 86231b0

Browse files
jacobsormeCopilot
andauthored
Update src/core/render/embed.js
Co-authored-by: Copilot <[email protected]>
1 parent 7754abf commit 86231b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/render/embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const cached = {};
1212
*
1313
* @param {string} text - The input text that may contain embedded fragments.
1414
* @param {string} fragment - The fragment identifier to search for.
15-
* @param {boolean} fullLine - The fragment identifier to search for.
15+
* @param {boolean} fullLine - Boolean flag to enable full-line matching of fragment identifiers.
1616
* @returns {string} - The extracted and demented content, or an empty string if not found.
1717
*/
1818
function extractFragmentContent(text, fragment, fullLine) {

0 commit comments

Comments
 (0)