3 lines
88 B
TypeScript
3 lines
88 B
TypeScript
|
import { parser } from "https://unpkg.com/@lezer/markdown?module";
|
||
|
console.log(parser);
|