mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 08:37:56 +00:00
Docs: Update benchmark for deepseek/deepseek-v3.2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
async function parseMarkdown(markdown) {
|
||||
const { marked } = await import('https://cdn.jsdelivr.net/npm/marked/lib/marked.esm.js');
|
||||
const { gfmHeadingId } = await import('https://cdn.jsdelivr.net/npm/marked-gfm-heading-id/+esm');
|
||||
marked.use(gfmHeadingId());
|
||||
return marked.parse(markdown, { async: false, gfm: true, breaks: true });
|
||||
}
|
||||
export default parseMarkdown;
|
||||
// Generation time: 4.398s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user