first commit; migrate code from minimal/docs-server

This commit is contained in:
2023-04-29 14:48:17 -07:00
commit c366c1e605
124 changed files with 6694 additions and 0 deletions

2
bin/markdown2html Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
node $(dirname $0)/markdown2html.js $*

2
bin/markdown2html.js Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env node
require('../build/bin/markdown2html.js');