This commit is contained in:
2025-06-25 11:30:35 +00:00
parent 73367bad9e
commit b7c3bdd711
416 changed files with 71777 additions and 1618 deletions

View File

@@ -0,0 +1,15 @@
#!/usr/bin/env node
/**
* Marked CLI
* Copyright (c) 2011-2013, Christopher Jeffrey (MIT License)
*/
import { main } from './main.js';
/**
* Expose / Entry Point
*/
process.title = 'marked';
main(process);