Comparing version 4.0.2 to 4.0.3
@@ -882,2 +882,31 @@ declare const lang: { | ||
}; | ||
fenced_code_block_tex: { | ||
begin: string; | ||
beginCaptures: { | ||
'3': { | ||
name: string; | ||
}; | ||
'4': { | ||
name: string; | ||
}; | ||
'5': { | ||
name: string; | ||
}; | ||
}; | ||
end: string; | ||
endCaptures: { | ||
'3': { | ||
name: string; | ||
}; | ||
}; | ||
name: string; | ||
patterns: { | ||
begin: string; | ||
contentName: string; | ||
patterns: { | ||
include: string; | ||
}[]; | ||
while: string; | ||
}[]; | ||
}; | ||
fenced_code_block_less: { | ||
@@ -884,0 +913,0 @@ begin: string; |
@@ -19,3 +19,3 @@ { | ||
}, | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"scripts": { | ||
@@ -22,0 +22,0 @@ "dev": "vite dev", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
275572
7374