mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-03-17 11:21:00 +00:00
Docs: Update benchmark for openrouter/aurora-alpha
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
async function parseMarkdown(s){
|
||||
const MarkdownIt = (await import('https://cdn.jsdelivr.net/npm/markdown-it@13.0.1/dist/markdown-it.esm.js')).default;
|
||||
const md = new MarkdownIt({html:false,linkify:true,typographer:true});
|
||||
return md.render(s);
|
||||
}
|
||||
export default parseMarkdown;
|
||||
// Generation time: 1.373s
|
||||
// Result: FAIL
|
||||
Reference in New Issue
Block a user