mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-03-17 11:21:00 +00:00
5 lines
162 B
JavaScript
5 lines
162 B
JavaScript
const parseMarkdown = async md =>
|
|
(await import('https://esm.sh/marked')).default(md);
|
|
export default parseMarkdown;
|
|
// Generation time: 41.263s
|
|
// Result: FAIL
|