mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 08:37:56 +00:00
Docs: Update benchmark for moonshotai/kimi-k2-thinking
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const parseMarkdown = async m => {
|
||||
try {
|
||||
const {marked} = await import('https://esm.sh/marked');
|
||||
return marked.parse(m);
|
||||
} catch (e) {
|
||||
return `<pre>${e.message}</pre>`;
|
||||
}
|
||||
};
|
||||
export default parseMarkdown;
|
||||
Reference in New Issue
Block a user