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 bf6eadb commit 7754abfCopy full SHA for 7754abf
src/core/render/embed.js
@@ -19,7 +19,7 @@ function extractFragmentContent(text, fragment, fullLine) {
19
if (!fragment) {
20
return text;
21
}
22
- let fragmentRegex = `###|\\/\\/\\/)\\s*\\[${fragment}\\]`;
+ let fragmentRegex = `###|\\/\\/\\/\\s*\\[${fragment}\\]`;
23
const contentRegex = `[\\s\\S]*?`;
24
if (fullLine) {
25
// Match full line for fragment
0 commit comments