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 de7eae2 commit ea027bcCopy full SHA for ea027bc
src/core/render/embed.js
@@ -13,7 +13,7 @@ const cached = {};
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 - 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.
+ * @returns {string} - The extracted and dedented content, or an empty string if not found.
17
*/
18
function extractFragmentContent(text, fragment, fullLine) {
19
if (!fragment) {
0 commit comments