mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 08:37:56 +00:00
Docs: Update benchmark for google/gemini-3-flash-preview
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const parseMarkdown = async (md) => {
|
||||
const [{ marked }, { default: sanitize }] = await Promise.all([
|
||||
import('https://esm.sh/marked'),
|
||||
import('https://esm.sh/dompurify')
|
||||
]);
|
||||
|
||||
return sanitize.sanitize(marked.parse(md));
|
||||
};
|
||||
export default parseMarkdown;
|
||||
// Generation time: 7.966s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user