mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-06-07 20:12:13 +00:00
Docs: Update benchmark for anthropic/claude-opus-4.8 EFF:medium
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const parseMarkdown = async (md = "") => {
|
||||
const { marked } = await import("https://cdn.jsdelivr.net/npm/marked/+esm");
|
||||
return marked.parse(md, { gfm: true, breaks: true });
|
||||
};
|
||||
|
||||
|
||||
export default parseMarkdown;
|
||||
// Generation time: 6.625s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user