We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7754abf commit 86231b0Copy full SHA for 86231b0
src/core/render/embed.js
@@ -12,7 +12,7 @@ const cached = {};
12
*
13
* @param {string} text - The input text that may contain embedded fragments.
14
* @param {string} fragment - The fragment identifier to search for.
15
- * @param {boolean} fullLine - The fragment identifier to search for.
+ * @param {boolean} fullLine - Boolean flag to enable full-line matching of fragment identifiers.
16
* @returns {string} - The extracted and demented content, or an empty string if not found.
17
*/
18
function extractFragmentContent(text, fragment, fullLine) {
0 commit comments