mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-04-27 11:52:12 +00:00
7 lines
209 B
JavaScript
7 lines
209 B
JavaScript
async function parseMarkdown(m){
|
|
const{marked}=await import('//cdn.jsdelivr.net/npm/marked@4/lib/marked.esm.js')
|
|
return marked(m)
|
|
}
|
|
export default parseMarkdown;
|
|
// Generation time: 44.452s
|
|
// Result: FAIL
|